Skip to content

Commit

Permalink
Merge pull request #457 from decert-me/gg21
Browse files Browse the repository at this point in the history
gg21 grant banner
  • Loading branch information
0xdwong authored Aug 13, 2024
2 parents 3091bfe + ffac497 commit fc99943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Index/components/HomeNotice.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useTranslation } from "react-i18next";

export default function HomeNotice(params) {

const TimeOutStamp = 1701360000000; // 2023-12-01 00:00:00
const TimeOutStamp = 1724284800000; // 2024-08-22 00:00:00
const { t } = useTranslation();
const [isShow, setIsShow] = useState(false);

Expand All @@ -16,8 +16,8 @@ export default function HomeNotice(params) {
return (
isShow &&
<div className="global-prompt">
<p onClick={() => window.open("https://0xdwong.notion.site/Decert-me-Gitcoin-Grant-54240d546bfb48e4971fdddc66b31c58")}>
{t("home.global-prompt")}<a href="https://0xdwong.notion.site/Decert-me-Gitcoin-Grant-54240d546bfb48e4971fdddc66b31c58" target="_blank">{t("home.jump")}</a> &gt;&gt;
<p onClick={() => window.open("https://explorer.gitcoin.co/?utm_source=grants.gitcoin.co&utm_medium=internal_link&utm_campaign=gg19&utm_content=community-rounds#/round/10/44/55")}>
{t("home.global-prompt")}<a href="https://explorer.gitcoin.co/?utm_source=grants.gitcoin.co&utm_medium=internal_link&utm_campaign=gg19&utm_content=community-rounds#/round/10/44/55" target="_blank">{t("home.jump")}</a> &gt;&gt;
</p>
</div>
)
Expand Down

0 comments on commit fc99943

Please sign in to comment.