fix: emptyed the app.vue and did some code reorganisation
This commit is contained in:
@@ -110,6 +110,16 @@ const goToLink = () => {
|
||||
}
|
||||
|
||||
|
||||
|
||||
button {
|
||||
padding: 10px 15px;
|
||||
background-color: #007bff;
|
||||
color: white;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
}
|
||||
button:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user