mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +09:00
chore: cosmetic changes
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import React, { Suspense } from 'react'
|
||||
import styled from 'styled-components'
|
||||
import useFetch from 'fetch-suspense'
|
||||
import { BarLoader } from 'react-spinners'
|
||||
import BarLoader from 'react-spinners/BarLoader'
|
||||
import { GoInfo } from 'react-icons/go'
|
||||
import { Tooltip } from 'react-tippy'
|
||||
import 'react-tippy/dist/tippy.css'
|
||||
|
||||
import { ExternalLink } from './Links'
|
||||
import 'react-tippy/dist/tippy.css'
|
||||
|
||||
class ErrorBoundary extends React.Component {
|
||||
constructor(props) {
|
||||
|
@@ -42,7 +42,7 @@ export default function Welcome() {
|
||||
<FaGem /> RubyGems
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<DiRust /> crates.io
|
||||
<DiRust /> Rust
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<IoIosBeer /> Homebrew
|
||||
|
@@ -14,7 +14,7 @@ export default function DomainCard({ name }) {
|
||||
alternativeList={[
|
||||
`${lowerCase}.dev`,
|
||||
`${lowerCase}.io`,
|
||||
`${lowerCase}.build`,
|
||||
`${lowerCase}.tools`,
|
||||
`get${lowerCase}.com`,
|
||||
]}>
|
||||
{(name) => (
|
||||
|
@@ -15,8 +15,8 @@ export default function GithubCard({ name }) {
|
||||
alternativeList={[
|
||||
`${lowerCase}hq`,
|
||||
`${lowerCase}-team`,
|
||||
`${capitalize(name)}Team`,
|
||||
`${lowerCase}-org`,
|
||||
`${capitalize(name)}-js`,
|
||||
]}>
|
||||
{(name) => (
|
||||
<DedicatedAvailability
|
||||
|
@@ -15,6 +15,7 @@ export default function TwitterCard({ name }) {
|
||||
`${name.toLowerCase()}app`,
|
||||
`${name.toLowerCase()}-support`,
|
||||
`${capitalize(name)}Team`,
|
||||
`${capitalize(name)}Official`,
|
||||
]}>
|
||||
{(name) => (
|
||||
<DedicatedAvailability
|
||||
|
Reference in New Issue
Block a user