Skip to content

Commit

Permalink
Newswires UI: add home link
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-dev committed Jan 27, 2025
1 parent 6221335 commit 030a144
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion newswires/client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
EuiHeader,
EuiHeaderSection,
EuiHeaderSectionItem,
EuiLink,
EuiPageTemplate,
EuiProvider,
EuiResizableContainer,
Expand Down Expand Up @@ -91,7 +92,18 @@ export function App() {
padding-bottom: 3px;
`}
>
<h1>Newswires</h1>
<h1>
<EuiLink
href="/feed"
external={false}
css={css`
color: inherit;
font-weight: inherit;
`}
>
Newswires
</EuiLink>
</h1>
</EuiTitle>
</EuiHeaderSectionItem>
<EuiHeaderSectionItem>
Expand Down

0 comments on commit 030a144

Please sign in to comment.