Skip to content

Commit

Permalink
Merge pull request #52 from Savid/fix/frontend-naming
Browse files Browse the repository at this point in the history
fix: frontend naming and description
  • Loading branch information
Savid authored Sep 1, 2022
2 parents 3839e80 + 6fd1e58 commit 5b542a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<meta name="theme-color" content="#e84a8d" />
<meta
name="description"
content="CheckpointZ"
content="An Ethereum beacon chain checkpoint sync provider"
/>
<link rel="apple-touch-icon" href="logo192.png" />
<link rel="manifest" href="manifest.json" />
<title>CheckpointZ</title>
<title>Checkpointz</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion web/src/parts/get-started/GetStartedSelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export default function GetStartedSelection(props: {
<div className="flex justify-end mt-5">
<button
type="button"
className="inline-flex items-center rounded-md border border-transparent bg-fuchsia-600 px-10 py-3 text-base font-medium text-white shadow-sm hover:bg-fuchsia-700 focus:outline-none focus:ring-2 focus:ring-fuchsia-500 focus:ring-offset-2"
className="inline-flex items-center rounded-md border border-transparent bg-fuchsia-500 px-10 py-3 text-base font-medium text-white shadow-sm hover:bg-fuchsia-600 focus:outline-none focus:ring-2 focus:ring-fuchsia-500 focus:ring-offset-2"
onClick={() => onSelect(selected)}
>
<span className="font-bold text-lg">Continue</span>
Expand Down
2 changes: 1 addition & 1 deletion web/src/parts/get-started/GetStartedSlideout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function GetStartedSlideout() {
<>
<button
type="button"
className="z-50 inline-flex items-center rounded-md border border-transparent bg-fuchsia-500 px-6 py-3 text-base font-medium text-white shadow-sm hover:bg-fuchsia-700 focus:outline-none focus:ring-2 focus:ring-fuchsia-500 focus:ring-offset-2"
className="z-50 inline-flex items-center rounded-md border border-transparent bg-fuchsia-500 px-6 py-3 text-base font-medium text-white shadow-sm hover:bg-fuchsia-600 focus:outline-none focus:ring-2 focus:ring-fuchsia-500 focus:ring-offset-2"
onClick={() => setOpen(true)}
>
<span className="font-bold text-lg">Get started!</span>
Expand Down

0 comments on commit 5b542a7

Please sign in to comment.