Skip to content

Commit

Permalink
Merge pull request #167 from ipfs/remove-banner
Browse files Browse the repository at this point in the history
feat: remove the banner on the top of the page
  • Loading branch information
2color authored Dec 20, 2022
2 parents f698773 + b2dc3f6 commit 3bfe854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
},
]"
>
<Banner cta="https://blog.ipfs.tech/state-of-ipfs-in-js/">
<!-- 🏕 IPFS Camp is back! <span class="font-bold">Join us →</span> -->
<!-- <Banner cta="https://blog.ipfs.tech/state-of-ipfs-in-js/">
💡 Read more about the state of IPFS in JS in 2022 & 2023
</Banner>
</Banner> -->
<div class="grid-margins flex justify-between items-center h-20">
<Link
class="
Expand Down
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="with-banner flex flex-col min-h-screen">
<div class="flex flex-col min-h-screen">
<Header />
<MobileMenu />
<Nuxt />
Expand Down

0 comments on commit 3bfe854

Please sign in to comment.