Skip to content

Commit

Permalink
Update topMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Zhang5246 authored Nov 9, 2023
1 parent ecea4b1 commit b6d28dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navigation/topMenu/topMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useRouter } from 'next/router';
import React, { useState } from 'react';

import { LogoIcon } from '../../icons/LogoIcon/logoIcon';
import { SplashPageSearchBar } from '../components/common/SplashPageSearchBar/splashPageSearchBar';
import { SplashPageSearchBar } from '../../common/SplashPageSearchBar/splashPageSearchBar';

/**
* This is a component to hold UTD Trends branding and basic navigation
Expand Down

0 comments on commit b6d28dc

Please sign in to comment.