-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: remove dynamic navbar asterisks and try css approach with poten…
…tial overflow issue
- Loading branch information
1 parent
8317796
commit 6083c43
Showing
3 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,7 +142,8 @@ export default function Navbar({ pageRefs }: NavbarProps) { | |
|
||
<div> | ||
<p> | ||
THANK YOU FOR CHECKING OUT <br /> UCSD DESIGN CO’S UP-GRADE | ||
{`THANK YOU FOR CHECKING OUT`} <br />{' '} | ||
{`UCSD DESIGN CO'S UP-GRADE`} | ||
</p> | ||
<a href="mailto:[email protected]"> | ||
<p style={{ textDecoration: 'underline' }}> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters