mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 12:30:32 +09:00
chore: style changes
This commit is contained in:
parent
c0c6e664fb
commit
3c1b3d82ee
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
@ -4,8 +4,12 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#ffffff" />
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
|
<meta name="title" content="namae.dev" />
|
||||||
|
<meta name="description" content="name your new project" />
|
||||||
|
<meta name="keywords" content="name" />
|
||||||
|
<meta name="robots" content="index, follow" />
|
||||||
<title>namae.dev</title>
|
<title>namae.dev</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"short_name": "React App",
|
"short_name": "namae",
|
||||||
"name": "Create React App Sample",
|
"name": "namae.dev",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
|
@ -60,7 +60,9 @@ export default function App() {
|
|||||||
Made by U with{' '}
|
Made by U with{' '}
|
||||||
<span role="img" aria-label="love">
|
<span role="img" aria-label="love">
|
||||||
🐤
|
🐤
|
||||||
</span>{' '}
|
</span>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/uetschy"
|
href="https://twitter.com/uetschy"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@ -77,11 +79,12 @@ export default function App() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const Header = styled.header`
|
const Header = styled.header`
|
||||||
|
margin-top: 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
`
|
`
|
||||||
|
|
||||||
const Logo = styled.div`
|
const Logo = styled.div`
|
||||||
margin: 15px 0 5px;
|
margin-bottom: 5px;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
`
|
`
|
||||||
|
@ -134,7 +134,7 @@ export function Alternatives({ nameList, children }) {
|
|||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<ShowAlternativesButton onClick={onClick}>
|
<ShowAlternativesButton onClick={onClick}>
|
||||||
Show Alternatives
|
show alternatives
|
||||||
</ShowAlternativesButton>
|
</ShowAlternativesButton>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user