Skip to content

Commit

Permalink
dev to fix race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Jan 18, 2024
1 parent b7c28eb commit 699ca5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name = "viewport" content = "width=device-width, initial-scale=1.0" />
<meta name = "description" content = "CCU Class" />
<meta name = "keywords" content = "CCU, Class" />
<!-- <meta name="robots" content="noindex"> -->
<meta name="robots" content="noindex">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src = "https://www.googletagmanager.com/gtag/js?id=G-4V5KYBRM5L"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const router = useRouter();
<div class = "z-10 bg-orange-200 px-3 py-3 flex md:flex-row flex-row-reverse items-center place-content-between">
<router-link to = "/">
<div class = "font-bold text-2xl bg-gradient-to-br from-orange-300 to-red-700 text-transparent bg-clip-text">
中正課表
中正課表 此為測試機
</div>
</router-link>
<div class = "text-md hidden md:block">
Expand Down

0 comments on commit 699ca5a

Please sign in to comment.