Update button behavior to work as link

This commit is contained in:
Hazem Krimi
2021-12-12 14:56:22 +01:00
parent b2453ae6dd
commit 08dc652d25
14 changed files with 1261 additions and 1100 deletions
+2 -2
View File
@@ -19,10 +19,10 @@ This is a project that I made as a step in the interview process for my final ye
# Showcase
<Button variant='action' link='https://hazemkrimi.github.io/react-weather-app'>
<Button variant='action' link='https://hazemkrimi.github.io/react-weather-app' target='_blank'>
Demo
</Button>
<Button variant='outline' link='https://github.com/hazemKrimi/react-weather-app'>
<Button variant='outline' link='https://github.com/hazemKrimi/react-weather-app' target='_blank'>
Source Code
</Button>