Skip to content

Commit

Permalink
add "Pulp UI" to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed Jul 5, 2024
1 parent 2e6b6e8 commit 1d983c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ export const StandaloneLayout = ({ children, setUser, user }: IProps) => {
<Link to={formatPath(Paths.search)}>
<SmallLogo alt={APPLICATION_NAME} />
</Link>
<span
style={{
padding: '9px 0 0 4px',
}}
>
Pulp UI
</span>
</MastheadBrand>
</MastheadMain>
<MastheadContent>
Expand Down

0 comments on commit 1d983c5

Please sign in to comment.