Skip to content

Commit

Permalink
Merge pull request #692 from artizen-fund/fixJWT
Browse files Browse the repository at this point in the history
yes
  • Loading branch information
rubelux authored Jan 24, 2024
2 parents 454028e + 0604d9b commit cbe37cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/HomeParts/HomeHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ interface IHomeHeader {
loading?: boolean
}

//test

const HomeHeader = ({ season, loading }: IHomeHeader) => {
const { isSeasonActive } = useContext(SeasonContext)

Expand Down Expand Up @@ -43,7 +45,7 @@ const HomeHeader = ({ season, loading }: IHomeHeader) => {
{!loading && !isSeasonActive && (
<Row>
<Button level={0} href="https://vote.artizen.fund/submit">
Submit to Season 3
Submit Artifacts
</Button>
{/* !!season && (
<Col>
Expand Down

0 comments on commit cbe37cd

Please sign in to comment.