Skip to content

Commit

Permalink
fix: final banner fixes (#125)
Browse files Browse the repository at this point in the history
* fix: final beta banner fixes

---------

Co-authored-by: Thomas O'Neill <[email protected]>
  • Loading branch information
mysterybear and Thomas O'Neill authored Jan 12, 2024
1 parent e2e0689 commit 2a120eb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 deletions components/BetaBanner.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Close } from "@carbon/icons-react"
import { ArrowUpRight, Close } from "@carbon/icons-react"
import { useState } from "react"

const BetaBanner = () => {
Expand All @@ -18,16 +18,31 @@ const BetaBanner = () => {
>
Register your support
</a>
{` and `}
</span>
<span>
{` and share your `}
<a
className="underline"
href="https://form.typeform.com/to/j262YI8p"
target="_blank"
rel="noopener noreferrer"
>
share your feedback
feedback
</a>
{`. `}
</span>
<span>
<a
// className="inline-flex items-center space-x-1 underline"
href="https://about.atlasofownership.org"
target="_blank"
rel="noopener noreferrer"
>
<span className="inline-flex underline items-center">
{`Find out more about how to support the Atlas of Ownership `}
<ArrowUpRight />
</span>
</a>
{`.`}
</span>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
stewardship: 'rgb(var(--color-stewardship) / <alpha-value>)',
use: 'rgb(var(--color-use) / <alpha-value>)',
access: 'rgb(var(--color-access) / <alpha-value>)',
safety: "#ECE81A",
safety: "#FAFF00",
},
},
},
Expand Down

0 comments on commit 2a120eb

Please sign in to comment.