Skip to content

Commit

Permalink
style: Modify website style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 30, 2019
1 parent 0c7f902 commit 198bddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="This is the Google Mirror Index.">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<title>Google 镜像</title>
</head>

Expand Down
2 changes: 1 addition & 1 deletion src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface DataItem {

const App = () => (
<div className={styles.warpper}>
<GitHubCorners fixed href="https://github.com/jaywcjlove/google" />
<GitHubCorners size={62} fixed href="https://github.com/jaywcjlove/google" />
<header className={styles.header}>
<Google />
</header>
Expand Down

0 comments on commit 198bddd

Please sign in to comment.