diff --git a/basics/assets-metadata-css-starter/pages/index.js b/basics/assets-metadata-css-starter/pages/index.js index 52cc6e9..a4e4a64 100644 --- a/basics/assets-metadata-css-starter/pages/index.js +++ b/basics/assets-metadata-css-starter/pages/index.js @@ -85,10 +85,8 @@ export default function Home() { display: flex; justify-content: center; align-items: center; - } - a { - color: inherit; text-decoration: none; + color: inherit; } code { background: #fafafa; diff --git a/basics/learn-starter/pages/index.js b/basics/learn-starter/pages/index.js index b32798f..32a91df 100644 --- a/basics/learn-starter/pages/index.js +++ b/basics/learn-starter/pages/index.js @@ -84,10 +84,8 @@ export default function Home() { display: flex; justify-content: center; align-items: center; - } - a { - color: inherit; text-decoration: none; + color: inherit; } code { background: #fafafa; diff --git a/basics/navigate-between-pages-starter/pages/index.js b/basics/navigate-between-pages-starter/pages/index.js index b32798f..32a91df 100644 --- a/basics/navigate-between-pages-starter/pages/index.js +++ b/basics/navigate-between-pages-starter/pages/index.js @@ -84,10 +84,8 @@ export default function Home() { display: flex; justify-content: center; align-items: center; - } - a { - color: inherit; text-decoration: none; + color: inherit; } code { background: #fafafa;