Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
Removed unnecessary options from nav bar & corrected links
  • Loading branch information
PremBharwani committed Apr 5, 2023
1 parent 42ccc0f commit 460432e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/TopNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useState, useMemo } from 'react';
import Brightness4Icon from '@mui/icons-material/Brightness4';
import Brightness7Icon from '@mui/icons-material/Brightness7';

const pages = [["/","HOME"], ["/faq","FAQ"],["/credits","CREDITS"],["https://forms.gle/eW5zmw757HMzPQfy7","FEEDBACK"]]
const pages = [["./credits","CREDITS"],["https://forms.gle/eW5zmw757HMzPQfy7","FEEDBACK"]]

export default function TopNavBar({
theme,
Expand Down
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function Home(){
<div>
<Head>
<title>Clash Hai Bhai!</title>
<meta name="description" content="Generated by create next app" />
<meta name="description" content="clash hai bhai is a tool enabling students from IIT Kanpur to design their academic template efficiently" />
<link rel="icon" href="/favicon.ico" />
</Head>
<Paper sx={{minHeight: "100vh", height:"fit-content"}}>
Expand Down Expand Up @@ -161,7 +161,7 @@ export default function Home(){
>
CLASH है BHAI!
</Typography>
<Typography variant="h6" gutterBottom sx={{color:"red", fontStyle:"italic"}}>Clashes due to labs are not considered</Typography>
<Typography variant="h6" gutterBottom sx={{color:"red", fontStyle:"italic"}}><u>Clashes due to labs are not considered</u></Typography>
<Card
elevation={5}
sx={{
Expand Down

0 comments on commit 460432e

Please sign in to comment.