Skip to content

Commit

Permalink
Merge pull request #291 from climbjios-sg/dev
Browse files Browse the repository at this point in the history
remove links to telegram
  • Loading branch information
nathantew14 authored Aug 3, 2024
2 parents 75409bc + 806fefd commit 199d0a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions landing/src/partials/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ function Footer() {
>
Our Story
</Link>{' '}
·{' '}
{/* ·{' '}
<a
className="text-gray-600 dark:text-gray-400 hover:underline transition duration-150 ease-in-out"
href={externalUrls.climbJiosTelegramUrl}
>
Telegram
</a>{' '}
</a>{' '} */}
·{' '}
<a
className="text-gray-600 dark:text-gray-400 hover:underline transition duration-150 ease-in-out"
Expand Down
8 changes: 4 additions & 4 deletions landing/src/partials/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ function Header() {
Our Story
</Link>
</li>
<li>
{/* <li>
<a
href={externalUrls.climbJiosTelegramUrl}
className="text-gray-600 hover:text-gray-900 dark:text-gray-300 dark:hover:text-gray-100 px-5 py-2 flex items-center transition duration-150 ease-in-out"
>
Telegram
</a>
</li>
</li> */}
</ul>
</nav>

Expand Down Expand Up @@ -137,14 +137,14 @@ function Header() {
Our Story
</Link>
</li>
<li>
{/* <li>
<a
href={externalUrls.climbJiosTelegramUrl}
className="flex text-gray-600 hover:text-gray-900 dark:text-gray-300 dark:hover:text-gray-100 py-3"
>
Telegram
</a>
</li>
</li> */}
</ul>
</div>
</nav>
Expand Down

0 comments on commit 199d0a0

Please sign in to comment.