mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +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`
|
||||
margin-top: 5px;
|
||||
display: inline-block;
|
||||
padding: 5px 0;
|
||||
border: none;
|
||||
|
@ -7,7 +7,7 @@ export default function CratesioCard({ name }) {
|
||||
const lowerCase = name.toLowerCase()
|
||||
|
||||
return (
|
||||
<Card title="crates.io (Rust)" key={lowerCase} nameList={[lowerCase]}>
|
||||
<Card title="Rust" key={lowerCase} nameList={[lowerCase]}>
|
||||
{(name) => (
|
||||
<DedicatedAvailability
|
||||
name={name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user