mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 12:30:32 +09:00
chore: cosmetic changes
This commit is contained in:
parent
001cbb9a9e
commit
a7215a326a
@ -76,6 +76,7 @@ const CardList = styled.div`
|
|||||||
`
|
`
|
||||||
|
|
||||||
const ShowAlternativesButton = styled.div`
|
const ShowAlternativesButton = styled.div`
|
||||||
|
margin-top: 5px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -7,7 +7,7 @@ export default function CratesioCard({ name }) {
|
|||||||
const lowerCase = name.toLowerCase()
|
const lowerCase = name.toLowerCase()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card title="crates.io (Rust)" key={lowerCase} nameList={[lowerCase]}>
|
<Card title="Rust" key={lowerCase} nameList={[lowerCase]}>
|
||||||
{(name) => (
|
{(name) => (
|
||||||
<DedicatedAvailability
|
<DedicatedAvailability
|
||||||
name={name}
|
name={name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user