diff --git a/frontend/src/App.css b/frontend/src/App.css index 40d43bc..442b07b 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -2,6 +2,10 @@ text-align: center; } +a { + color: yellow; +} + .App-logo { height: 40vmin; pointer-events: none; @@ -37,4 +41,4 @@ to { transform: rotate(360deg); } -} \ No newline at end of file +} diff --git a/frontend/src/App.js b/frontend/src/App.js index a920bca..f12dcea 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -105,6 +105,9 @@ function App() { > Archive +

+ ✨Add this magic bookmark to your toolbar to archive any page on the fly!✨ +

);