Feat/migrate to daisy (#10)
* feat: init daisyui! * feat: change theme and colors * change dark theme and add colors
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
<template>
|
||||
<div class="login-github">
|
||||
<br />
|
||||
<a :href="url.toString()" target="_blank" rel="noopener noreferrer">
|
||||
<a
|
||||
class="btn btn-primary"
|
||||
:href="url.toString()"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
login to
|
||||
<img src="/assets/github.svg" alt="GitHub icon" />
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user