Skip to content

Commit

Permalink
use absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Feb 18, 2025
1 parent 167cef6 commit e63be66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/ui/frontend/src/app/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { SimpleSelect } from '@patternfly/react-templates';
import { BarsIcon } from '@patternfly/react-icons';
import { NamespaceSelectorContext } from '~/shared/context/NamespaceSelectorContext';
import { isMUITheme } from '~/shared/utilities/const';
import logoDarkTheme from '../images/logo-dark-theme.svg';
import logoDarkTheme from '~/images/logo-dark-theme.svg';

interface NavBarProps {
username?: string;
Expand Down

0 comments on commit e63be66

Please sign in to comment.