Skip to content

Commit

Permalink
chore: adding a repository discard alert
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnL4 committed Jun 20, 2024
1 parent 9b9cae1 commit e5a87bd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/pages/components/Navbar.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<template>
<a-alert type="warning" banner center
>We apologize that the AI model in the tool is not updating at this time. If
you would like to explore more models, please visit our website at
<a href="https://sensecraft.seeed.cc" target="_blank"
>https://sensecraft.seeed.cc</a
></a-alert
>
<div class="navbar">
<div class="left-side">
<a-space>
Expand Down Expand Up @@ -305,13 +312,14 @@
}
.left-side {
display: flex;
align-items: center;
margin: 10px 0;
padding-left: 20px;
}
.center-side {
flex: 1;
display: flex;
margin-left: 80px;
}
.right-side {
Expand Down

0 comments on commit e5a87bd

Please sign in to comment.