Skip to content

Commit

Permalink
Merge pull request #205 from Bitshala/chaincode
Browse files Browse the repository at this point in the history
chasincodeBoss
  • Loading branch information
rajarshimaitra authored Nov 17, 2024
2 parents 46a95f4 + d0af4e2 commit bc5785d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ export default defineConfig({
],
redirects: {
"/apply": "/cohorts",
"/chaincodeboss":
"https://chaincode.applytojob.com/apply/6mL9A9flfQ/Start-Your-Career-In-Bitcoin-FOSS-2025",
},
});
1 change: 1 addition & 0 deletions src/components/common/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const Navbar = () => {
subMenu: [
{ name: "Study cohorts", link: "/cohorts" },
{ name: "Fellowship", link: "/fellowship" },
{ name: "Chaincode BOSS", link: "/chaincodeboss" },
],
},
{
Expand Down
8 changes: 4 additions & 4 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ const { title, headerProps, isVisible } = Astro.props;
<Navbar client:only />

<div class=`${isVisible ? "block" : "hidden"}`>
<!-- <Notification
message="Register for upcoming PB Study Cohort"
url="/cohorts/pb/#applicationForm"
<Notification
message="Apply to Chaincode Bitcoin FOSS Program"
url="/chaincodeboss"
client:only
/> -->
/>
</div>

{
Expand Down

0 comments on commit bc5785d

Please sign in to comment.