Skip to content

Commit

Permalink
📝add taildoor to sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Sep 1, 2024
1 parent 20b183a commit cd8b01d
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/docs/src/components/Sponsors.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
import { Button } from 'actify'
import NgrokerLogo from '@/components/NgrokerLogo'
import QzyLogo from '@/components/QzyLogo'
import TaildoorLogo from '@/components/TaildoorLogo'

const Sponsors = () => {
return (
<div className="max-w-7xl mx-auto">
<h2 className="text-secondary text-2xl mb-4 text-center">Sponsors</h2>
<div className="flex gap-2 items-center">
<a tabIndex={-1} target="_blank" href="https://www.taildoor.com">
<Button
variant="text"
className="[--md-text-button-container-height:64px] [--md-text-button-container-shape:0]"
>
<TaildoorLogo />
</Button>
</a>
<a tabIndex={-1} target="_blank" href="https://ngroker.com">
<Button
variant="text"
Expand Down
Loading

0 comments on commit cd8b01d

Please sign in to comment.