Skip to content

Commit

Permalink
Navbar link changed and also changed the view of maintainers page wit…
Browse files Browse the repository at this point in the history
…h a y-axis scroll
  • Loading branch information
Mishalabdullah authored and asdofindia committed Nov 5, 2023
1 parent 981c37c commit 5ce6e7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Navbar() {
<NavbarButton isMobile={false} link="/about" text="ABOUT US" />
<NavbarButton
isMobile={false}
link="/community"
link="/mapathon-keralam-osm-community-statement"
text="COMMUNITY"
/>
<NavbarButton isMobile={false} link="/blogs" text="BLOGS" />
Expand Down Expand Up @@ -92,7 +92,7 @@ export default function Navbar() {
<div className="m-2 p-2 mr-8">
<NavbarButton
isMobile={true}
link="/community"
link="/mapathon-keralam-osm-community-statement"
text="COMMUNITY"
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/maintainers.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import HeadingComponent from '../components/elements/heading';

<HeadingComponent heading="Maintainers" />
</div>
<div class="w-full max-w-screen-lg mx-auto">
<div class="w-full overflow-x-auto max-w-screen-lg mx-auto">
<h1 class="flex justify-center font-semibold m-2 p-2">Operations/Engineering Working Group</h1>
<table class="table-auto border-collapse w-full">
<thead>
Expand Down Expand Up @@ -58,7 +58,7 @@ import HeadingComponent from '../components/elements/heading';
</table>

</div>
<div class="w-full max-w-screen-lg overflow-x: auto mx-auto mt-4">
<div class="w-full overflow-x-auto max-w-screen-lg overflow-x: auto mx-auto mt-4">
<h1 class="flex justify-center font-semibold m-2 p-2 ">
Communications Working Group
</h1>
Expand Down

0 comments on commit 5ce6e7d

Please sign in to comment.