add more pages to vote :)

This commit is contained in:
Belle 2024-08-22 16:55:54 +08:00
parent 659cec2dba
commit 49c52d822e
3 changed files with 760 additions and 394 deletions

View file

@ -119,8 +119,8 @@ const ProjectView = ({
}}
>
<h1 className="slackey">{title}</h1>
<h2>{description}</h2>
<h3>By {user}</h3>
<h2>{description != 'Description Not Found' ? description : <></>}</h2>
<h3>{user != 'User Not Found' ? <>By {user}</> : <></>}</h3>
<div
className={styles.buttonGroup}

View file

@ -150,7 +150,8 @@ const My = () => {
return (
<div sx={{ width: '100%' }}>
<Button
to="https://hackclub.com/arcade/showcase/vote/"
as="a"
href="https://hackclub.com/arcade/showcase/vote/"
sx={{
backgroundColor: '#FF5C00',
color: '#FAEFD6',

File diff suppressed because it is too large Load diff