Remove redundant inline style
This commit is contained in:
parent
2f81ad9e47
commit
38919d1386
|
@ -159,7 +159,7 @@ function Layout({ children }: { children: React.ReactNode }) {
|
||||||
<link rel="stylesheet" type="text/css" href="/styles.css" />
|
<link rel="stylesheet" type="text/css" href="/styles.css" />
|
||||||
<title>Kill the Newsletter!</title>
|
<title>Kill the Newsletter!</title>
|
||||||
</head>
|
</head>
|
||||||
<body style={{ textAlign: "center" }}>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>
|
<h1>
|
||||||
<a href="/">Kill the Newsletter!</a>
|
<a href="/">Kill the Newsletter!</a>
|
||||||
|
|
Loading…
Reference in New Issue