mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 09:58:13 +09:00
chore: cosmetic changes
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user