1
0
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:
uetchy 2019-08-14 15:14:08 +09:00
parent ec4bbf7dfa
commit c2a51aee2a

View File

@ -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 />}
/>
</>