Skip to content

Commit

Permalink
chore: minor visual & copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Oct 13, 2022
1 parent 5cb8620 commit 7be5325
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/app/components/AppBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ export function AppBar() {
css={`
right: 0;
position: absolute;
path {
fill: #fff;
}
`}
>
<GitHubIcon />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function GridItem(props: {
<div
css={`
gap: 20px;
bottom: 16px;
bottom: 8px;
display: flex;
position: absolute;
flex-direction: row;
Expand Down
3 changes: 1 addition & 2 deletions src/app/modules/viz-module/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ export default function VizModule() {
`}
>
<PageHeader
title="Finance"
partialTitle={params.vizType.replace("-", " & ")}
title={params.vizType.replace("-", " & ")}
breadcrumbs={[
{ name: "Home", link: "/" },
{
Expand Down

0 comments on commit 7be5325

Please sign in to comment.