Skip to content

Commit

Permalink
Added image assets for some components
Browse files Browse the repository at this point in the history
  • Loading branch information
fwedwicc committed Oct 13, 2024
1 parent 3b3768d commit 60b7ad7
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 0 deletions.
Binary file added src/assets/day17/QR-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/day17/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/assets/day17/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import ProductImage from './product.png'
import MasterCard from './mastercard.svg'
import FacebookIcon from './facebook.svg'
import InstagramIcon from './instagram.svg'
import TikTokIcon from './tiktok.svg'
import QRCode from './QR-code.png'

export {
ProductImage,
MasterCard,
FacebookIcon,
InstagramIcon,
TikTokIcon,
QRCode
}
27 changes: 27 additions & 0 deletions src/assets/day17/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/assets/day17/mastercard.svg
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 src/assets/day17/product.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/assets/day17/tiktok.svg
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 60b7ad7

Please sign in to comment.