Skip to content

Commit

Permalink
Changes the style of the "Go to" buttons to a lighter 'outline' varia…
Browse files Browse the repository at this point in the history
…nt -- #10
  • Loading branch information
chrtannus committed Jun 20, 2024
1 parent d58ee25 commit 05cd1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SecondaryFeatures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const features = [
href: 'https://enrichmentmap.org/',
icon: EnrichmentMapLogo,
form: <div className="flex w-full justify-center">
<Button type="submit" href="https://enrichmentmap.org/" target="_blank" rel="noreferrer" className="mt-4">
<Button type="submit" variant="outline" href="https://enrichmentmap.org/" target="_blank" rel="noreferrer" className="mt-4">
Go to EnrichmentMap
<ArrowTopRightOnSquareIcon className="ml-1.5 h-4 w-4" aria-hidden="true" />
</Button>
Expand All @@ -85,7 +85,7 @@ const features = [
href: 'https://web-stage.cytoscape.org/', // TODO: replace with prod URL when available!!!
icon: CytoscapeWebLogo,
form: <div className="flex w-full justify-center">
<Button type="submit" href="https://web-stage.cytoscape.org/" target="_blank" rel="noreferrer" className="mt-4">
<Button type="submit" variant="outline" href="https://web-stage.cytoscape.org/" target="_blank" rel="noreferrer" className="mt-4">
Go to Cytoscape Web
<ArrowTopRightOnSquareIcon className="ml-1.5 h-4 w-4" aria-hidden="true" />
</Button>
Expand Down

0 comments on commit 05cd1b3

Please sign in to comment.