Skip to content

Commit

Permalink
Merge pull request #20 from this-is-learning/santoshyadavdev/remove-c…
Browse files Browse the repository at this point in the history
…fp-link

Remove CFP link from the app
  • Loading branch information
santoshyadavdev authored May 9, 2024
2 parents bc4247a + acf3d86 commit 982f251
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- <li><a href="agenda">Agenda</a></li> -->
<li><a class="text-xl" href="/speakers">Speakers</a></li>
<!-- <li><a href="sponsors">Sponsors</a></li> -->
<li><a class="text-xl" href="https://docs.google.com/forms/d/1XyoW2doQvHg51Vh29iEgE6Q6RTX8zbmxJfOg9zAZQmM/viewform?edit_requested=true">CFP</a></li>
<!-- <li><a class="text-xl" href="https://docs.google.com/forms/d/1XyoW2doQvHg51Vh29iEgE6Q6RTX8zbmxJfOg9zAZQmM/viewform?edit_requested=true">CFP</a></li> -->
<!-- <li><a href="about">About</a></li> -->
<li><a class="text-xl" href="/coc">CoC</a></li>
</ul>
Expand Down Expand Up @@ -52,5 +52,3 @@ window.addEventListener('scroll', function() {
});
</script>



4 changes: 0 additions & 4 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ export const NAVIGATION_LINKS: Array<INavigationLink> = [
{ title: "Speakers", href: "/speakers" },
// {title: 'Sponsors', href: '/sponsors'},
// {title: 'About', href: '/about'},
{
title: "CFP",
href: "https://docs.google.com/forms/d/1XyoW2doQvHg51Vh29iEgE6Q6RTX8zbmxJfOg9zAZQmM/viewform?edit_requested=true",
},
{ title: "CoC", href: "/coc" },
// {title: 'Venue', href: '/venue'},
];
Expand Down

0 comments on commit 982f251

Please sign in to comment.