Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove links to telegram #291

Merged
merged 1 commit into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading