updated aria-label to pick from siteMetadata
This commit is contained in:
parent
9620c25267
commit
076353df9b
@ -13,7 +13,7 @@ const LayoutWrapper = ({ children }) => {
|
||||
<div className="flex flex-col justify-between h-screen">
|
||||
<header className="flex items-center justify-between py-10">
|
||||
<div>
|
||||
<Link href="/" aria-label="Tailwind CSS Blog">
|
||||
<Link href="/" aria-label={siteMetadata.headerTitle}>
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="mr-3">
|
||||
<Logo />
|
||||
|
Loading…
x
Reference in New Issue
Block a user