Skip to content

Commit

Permalink
fix(wrapped): couple more fixes for things
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy committed Dec 22, 2024
1 parent c0be567 commit fc91053
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/players/[id]/wrapped.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ const Slide6: React.FC<{player: PlayerProfile, setSlide: (slide: number) => void
}

const Slide7: React.FC<{player: PlayerProfile, static?: boolean, wrapped: PlayerWrappedData, year: number}> = (props) => {
const router = useRouter();
return <>
<h1>
<SlideUpIn static={props.static} text="Everyone else plays different things" />
Expand Down Expand Up @@ -310,7 +309,7 @@ export const Slide8: React.FC<{player: PlayerProfile, wrapped: PlayerWrappedData
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 24 24"><path fill="currentColor" d="M8.4 5.25c-2.78 0-5.15 2.08-5.15 4.78c0 1.863.872 3.431 2.028 4.73c1.153 1.295 2.64 2.382 3.983 3.292l2.319 1.57a.75.75 0 0 0 .84 0l2.319-1.57c1.344-.91 2.83-1.997 3.982-3.292c1.157-1.299 2.029-2.867 2.029-4.73c0-2.7-2.37-4.78-5.15-4.78c-1.434 0-2.695.672-3.6 1.542c-.905-.87-2.167-1.542-3.6-1.542"/></svg>

<p>
That's everything for 2024, thanks for being part of our community, and we'll see you next year!
That's everything for {props.year}, thanks for being part of our community, and we'll see you next year!
</p>

<p>
Expand Down

0 comments on commit fc91053

Please sign in to comment.