mirror of
https://github.com/uetchy/namae.git
synced 2025-07-02 06:20:02 +09:00
chore: omit provider prefix
This commit is contained in:
parent
ec4bbf7dfa
commit
c2a51aee2a
@ -20,14 +20,12 @@ export default function LinuxCard({ query }) {
|
||||
name={name}
|
||||
service="launchpad"
|
||||
link={`https://launchpad.net/ubuntu/+source/${name}`}
|
||||
prefix="launchpad:"
|
||||
icon={<DiUbuntu />}
|
||||
/>
|
||||
<DedicatedAvailability
|
||||
name={name}
|
||||
service="debian"
|
||||
link={`https://packages.debian.org/buster/${name}`}
|
||||
prefix="debian:"
|
||||
icon={<DiDebian />}
|
||||
/>
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user