Skip to content

create header component and use Outfit font - #4

Closed
elijah-wright wants to merge 1 commit into
AP-Students:mainfrom
elijah-wright:header-component
Closed

create header component and use Outfit font#4
elijah-wright wants to merge 1 commit into
AP-Students:mainfrom
elijah-wright:header-component

Conversation

@elijah-wright

Copy link
Copy Markdown
Collaborator

changes made per Figma. to be discussed before merging

@@ -0,0 +1,69 @@
'use client';
import NextLink from 'next/link';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By convention, can we keep imports from next/link as Link or use the named export (which is also called Link)

Comment thread src/app/layout.tsx
return (
<html lang="en">
<body className={`font-sans ${inter.variable}`}>
<body className={`font-sans ${outfit.variable}`}>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to install clsx in the repository, so this will be dated soon.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for the time being, we can use this

@alexng353

Copy link
Copy Markdown
Contributor

One of the things I also want to be built into the site from the start is dark/light mode accessibility and other accessibility features. They aren't something that should be added later as an afterthought. I must read more on this, but I'll develop something as part of CONTRIBUTORS.MD.

Also, this likely won't be merged for the foreseeable future since the application is largely not set up.

@elijah-wright elijah-wright closed this by deleting the head repository Apr 16, 2024
@saa938 saa938 mentioned this pull request Sep 1, 2026
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants