Skip to content

Commit

Permalink
feat: add new stickers
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Frost committed May 26, 2024
1 parent c359066 commit fc67fac
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions src/posts/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
export const stickers = [
{
name: 'jonas',
imageUrl: '/static/stickers/jonas.png',
name: 'android',
imageUrl: '/static/stickers/android.png',
},
{
name: 'apple',
imageUrl: '/static/stickers/apple.png',
},
{
name: 'dart',
imageUrl: '/static/stickers/dart.png',
},
{
name: 'flutter',
imageUrl: '/static/stickers/flutter.png',
},
{
name: 'java',
imageUrl: '/static/stickers/java.png',
},
{
name: 'kotlin',
imageUrl: '/static/stickers/kotlin.png',
},
{
name: 'swift',
imageUrl: '/static/stickers/swift.png',
},
];
Binary file added static/stickers/android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/stickers/apple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/stickers/dart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/stickers/flutter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/stickers/java.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/stickers/jonas.png
Binary file not shown.
Binary file added static/stickers/kotlin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/stickers/swift.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc67fac

Please sign in to comment.