Skip to content

Commit

Permalink
feat(website): add link to github repository
Browse files Browse the repository at this point in the history
  • Loading branch information
João Pedro Magalhães committed Feb 28, 2023
1 parent e5010fa commit b0ddc66
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
SelectionActionsBar,
} from '@/components'
import { SelectionTextToolbar } from '@/components/selection/TextToolbar'
import { GitHubLogoIcon } from '@radix-ui/react-icons'

export default function Home() {
const [packagerManager] = usePackageManagerPreference()
Expand All @@ -18,9 +19,19 @@ export default function Home() {
<div className="gradient" />
<div className="absolute inset-0 bg-top pattern" />
<main className="relative w-full md:max-w-3xl md:mx-auto lg:max-w-4xl mt-10">
<h1 className="text-mauve12 text-4xl font-medium text-center tracking-tighter mb-5">
Selection Popover
</h1>
<div className="flex justify-center items-center gap-4 mb-5">
<h1 className="text-mauve12 text-4xl font-medium text-center tracking-tighter">
Selection Popover
</h1>
<a
className="text-mauve11 hover:text-mauve12 transition-colors duration-150"
href="https://github.com/joaom00/selection-popover"
target="_blank"
rel="noreferrer noopener"
>
<GitHubLogoIcon className="w-6 h-6" />
</a>
</div>
<SelectionCopyCommand>
<p className="text-sm tracking-tight bg-white rounded-full px-5 py-2 border border-gray6 max-w-max mx-auto mb-20 text-gray12">
{PACKAGE_MANAGERS_COMMAND[packagerManager]}
Expand Down

1 comment on commit b0ddc66

@vercel
Copy link

@vercel vercel bot commented on b0ddc66 Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

selection-popover – ./

selection-popover-joaom00.vercel.app
selection-popover.vercel.app
selection-popover-git-main-joaom00.vercel.app

Please sign in to comment.