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`
|
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}
|
||||||
|
Reference in New Issue
Block a user