Skip to content

Commit

Permalink
Close OG SBT (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 authored Sep 1, 2023
1 parent 8f60586 commit d4887a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
9 changes: 2 additions & 7 deletions src/pages/CommunitySBT.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,8 @@ const CommunitySBTPage = () => {
imageSrc={ImageSrc.OGSBT}
title="OG"
description="The OG SBT represents your commitment and dedication to NEAR, highlighting your continuous presence and involvement in shaping the NEAR ecosystem."
isAvailable={true}
onClick={() =>
window.open(
'https://docs.google.com/forms/d/e/1FAIpQLSfQ80mza1ssDRuEkjTl61ty0ORxm23whmwBDlaxWHjodTiz-w/viewform',
'_blank'
)
}
isAvailable={false}
buttonText="Closed"
/>
<ImageTextBlock
isAvailable={true}
Expand Down
13 changes: 1 addition & 12 deletions src/pages/unAuth/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,6 @@ const Landing = () => {
involvement in shaping the NEAR ecosystem.
</p>
<div className="flex flex-wrap gap-5">
<button
onClick={() =>
window.open(
'https://docs.google.com/forms/d/e/1FAIpQLSfQ80mza1ssDRuEkjTl61ty0ORxm23whmwBDlaxWHjodTiz-w/viewform',
'_blank'
)
}
className="rounded-md border border-transparent bg-gradient-to-r from-purple-600 to-indigo-600 bg-origin-border px-5 py-2 text-base font-medium text-white shadow-sm hover:from-purple-700 hover:to-indigo-700"
>
Apply to OG SBT
</button>
<button
onClick={() =>
window.open(
Expand All @@ -68,7 +57,7 @@ const Landing = () => {
}
className="inline-flex rounded-md border border-purple-500 text-purple-500 border-1 px-5 py-2 text-base font-light text-black shadow-sm"
>
Learn More
Closed
</button>
</div>
</div>
Expand Down

0 comments on commit d4887a6

Please sign in to comment.