1
0
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:
uetchy 2019-08-02 16:48:54 +09:00
parent 001cbb9a9e
commit a7215a326a
2 changed files with 2 additions and 1 deletions

View File

@ -76,6 +76,7 @@ const CardList = styled.div`
`
const ShowAlternativesButton = styled.div`
margin-top: 5px;
display: inline-block;
padding: 5px 0;
border: none;

View File

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