remove footsteps background

This commit is contained in:
Brandon Egger
2023-04-19 00:06:37 -05:00
parent 24171db35a
commit 54cc3d3f00
3 changed files with 7 additions and 14 deletions

View File

@ -7,6 +7,10 @@ interface QuickLink {
}
const links: QuickLink[] = [
{
label: "Provide Feedback",
href: "https://forms.gle/FD2abgwBuTaipysZ6",
},
{
label: "Communication Sciences and Disorders",
href: "https://csd.uiowa.edu/",

View File

@ -99,7 +99,7 @@ const NavBar = () => {
<div className="flex h-full flex-row space-x-[4px]">
<div className="my-auto inline-block">
<span className="align-text-middle inline-block py-2 text-lg font-bold">
Provide Feedback
Feedback
</span>
</div>
</div>