Skip to content

Commit

Permalink
Update html title and header (#720)
Browse files Browse the repository at this point in the history
* Update index.html

* Update header h1
  • Loading branch information
camilovegag authored Aug 2, 2024
1 parent 22e24ec commit a46c5d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/berlin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Plural PILL Vote tools built by Lexicon Governance" />
<title>Plural PILL Vote</title>
<meta name="description" content="Plural Voting tools built by Lexicon Governance" />
<title>Plural Voting</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion packages/berlin/src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function Header() {
<section className="mx-auto flex min-h-16 w-[min(90%,1080px)] items-center justify-between">
<div className="flex cursor-pointer items-center gap-2" onClick={() => navigate('/')}>
<img src={`/logos/lexicon-${theme}.svg`} alt="Lexicon Logo" height={32} width={32} />
<h1 className="text-2xl font-semibold leading-6">Lexicon</h1>
<h1 className="text-2xl font-semibold leading-6">Plural Voting</h1>
</div>
<NavigationMenu className="font-raleway uppercase">
<NavigationMenuList className="gap-3">
Expand Down

0 comments on commit a46c5d0

Please sign in to comment.