mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 20:20:38 +09:00
feat: add brew cask
This commit is contained in:
parent
c2a1e281df
commit
2686db2a24
@ -12,6 +12,13 @@ export default function HomebrewCard({ name }) {
|
||||
url={`https://formulae.brew.sh/formula/${name}`}
|
||||
icon={<IoIosBeer />}
|
||||
/>
|
||||
<ExistenceAvailability
|
||||
name={name}
|
||||
target={`https://formulae.brew.sh/api/cask/${name}.json`}
|
||||
url={`https://formulae.brew.sh/cask/${name}`}
|
||||
suffix=" (Cask)"
|
||||
icon={<IoIosBeer />}
|
||||
/>
|
||||
</Card>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user