Skip to content

Commit

Permalink
removed link
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspresume committed May 30, 2023
1 parent 10089c2 commit 803d466
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/SiteMainNav/SiteMainNav.astro
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
// I18next
import { localizePath } from 'astro-i18next';
import { t } from 'i18next';
import { ensureTrailingSlash } from '../../util';
// Nav components
import LanguageSelectorLinks from './LanguageSelectorLinks.astro';
Expand Down Expand Up @@ -31,13 +28,6 @@ const { current_page } = Astro.props;
icon_size='25'
/>

<a
class='i_134a_link'
href={ensureTrailingSlash(localizePath('/i-134a-sponsorship'))}
>
{t('navigation:134a')}
</a>

<MainNavMenuDiv current_page={current_page} />
</div>
</nav>
Expand Down

0 comments on commit 803d466

Please sign in to comment.