mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Update button behavior to work as link
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user