Merge pull request #339 from piyushpaliwal/accessibility-fix

fix: Accessibility Fix in LayoutWrapper
This commit is contained in:
Timothy 2022-01-17 23:52:08 +08:00 committed by GitHub
commit 507d32ab9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 />