Skip to content

Commit

Permalink
feat: vape lady
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Nov 12, 2023
1 parent 75a58f5 commit d96bcd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/vape_lady.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: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Page = () => {
<Flex direction={"row"}>
<Spacer />
{colorMode === "dark" ? (
<Image boxSize="400px" src="/rektvape.png" alt="take a hit" />
<Image boxSize="400px" src="/vape_lady.png" alt="take a hit" />
) : (
<Image boxSize="400px" src="/vaper.webp" alt="take a hit" />
)}
Expand Down

0 comments on commit d96bcd2

Please sign in to comment.