Skip to content

Commit

Permalink
redeploy secret santa
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Nov 14, 2024
1 parent 1897b57 commit 369d449
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/Santa.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Scrap1 from "../../public/scrap 1.jpeg"
import Scrap2 from "../../public/scrap 2.jpeg"
import { Key, useState } from "react";

interface Santa {
Expand Down Expand Up @@ -40,7 +38,6 @@ const Santa = () => {
}

const showGift = (gift: string, i: Key) => {
const imgSrc = i === 0 ? Scrap1 : Scrap2;
return <>
<div className={"gift-scrap gift-scrap-" + i}>
<p className="card-text">{gift.toUpperCase()}</p>
Expand Down

0 comments on commit 369d449

Please sign in to comment.