mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
add more pages to vote :)
This commit is contained in:
parent
659cec2dba
commit
49c52d822e
3 changed files with 760 additions and 394 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Reference in a new issue