updated aria-label to pick from siteMetadata
This commit is contained in:
		| @@ -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 /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user