Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
Signed-off-by: brian-ngyn <[email protected]>
  • Loading branch information
brian-ngyn committed Jan 11, 2024
1 parent 6512f9c commit 27f0ef8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/components/MerchSection/MerchData.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BlackHoodie from "../../images/merch/BlackHoodie.jpeg";
import BlackShortSleeve from "../../images/merch/BlackShortSleeve.jpeg";
import BasicCrewneck from "../../images/merch/BasicCrewneck.jpg";
import BasicCrewneckWithSleevePrint from "../../images/merch/BasicCrewneckWithSleevePrint.jpg";

export type MerchComponents = {
id: number;
Expand All @@ -16,7 +16,7 @@ export const merchList: MerchComponents[] = [
id: 0,
item: "Original Basic Crewneck",
price: "$29.95 CAD",
image: BlackHoodie,
image: BasicCrewneck,
description: "placeholder descripton",
sizes: ["S", "M", "L", "XL"],
colors: ["Black"],
Expand All @@ -25,7 +25,7 @@ export const merchList: MerchComponents[] = [
id: 1,
item: "Crewneck with Sleeve Print",
price: "$49.99 CAD",
image: BlackShortSleeve,
image: BasicCrewneckWithSleevePrint,
description: "placeholder descripton",
sizes: ["S", "M", "L", "XL"],
colors: ["Black"],
Expand Down
3 changes: 1 addition & 2 deletions src/components/MerchSection/MerchItem.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ export const MerchItemIconDiv = styled.div`
& > img {
width: 100%;
height: 100%;
height: auto;
transition: 0.4s ease-in-out;
background-size: cover;
background-color: white;
position: relative;
margin-top: 15px;
aspect-ratio: 1.5 / 2;
}
`;
Binary file added src/images/merch/BasicCrewneck.jpg
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/images/merch/BasicCrewneckWithSleevePrint.jpg
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 src/images/merch/BlackHoodie.jpeg
Binary file not shown.
Binary file removed src/images/merch/BlackShortSleeve.jpeg
Binary file not shown.

0 comments on commit 27f0ef8

Please sign in to comment.