Skip to content

Commit

Permalink
buildbot: 2/12 9:31
Browse files Browse the repository at this point in the history
  • Loading branch information
josephclaytonhansen committed Feb 12, 2024
1 parent d3d336c commit 0b6ad6f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6799,7 +6799,7 @@ const wi = gt("XIcon", [
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
["path", { d: "m6 6 12 12", key: "d8bk6v" }],
]),
Wt = (e) => (er("data-v-8d243ef7"), (e = e()), tr(), e),
Wt = (e) => (er("data-v-16805cab"), (e = e()), tr(), e),
C1 = { class: "flex justify-center p-5 gap-5 content-center" },
T1 = Wt(() => h("div", { class: "w-1/12" }, null, -1)),
k1 = { class: "flex justify-between gap-2 w-full content-center" },
Expand Down Expand Up @@ -7083,7 +7083,7 @@ const wi = gt("XIcon", [
onClick:
c[2] ||
(c[2] = (p) =>
f.$router.push("/blog")),
(f.window.location.href = "/blog")),
class: M([
"block px-4 py-2",
{
Expand Down Expand Up @@ -7503,7 +7503,7 @@ const wi = gt("XIcon", [
)
},
},
sb = yn(nb, [["__scopeId", "data-v-8d243ef7"]]),
sb = yn(nb, [["__scopeId", "data-v-16805cab"]]),
rb = { class: "flex justify-center py-5 flex-col" },
ab = { class: "inline-block relative" },
ib = { class: "font-semibold text-center px-1" },
Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&family=Martel:wght@400;700&family=Fira+Code:wght@400;700&display=swap" rel="preconnect">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<script type="module" crossorigin src="/assets/index-2lqnUdJb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-yzhG8Lbk.css">
<script type="module" crossorigin src="/assets/index-eFwNRweV.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-XBx1eFns.css">
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/main/blocks/header/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
><b>Art and Animation</b></a
>
<a
@click="window.location.href = '/blog'"
href="/blog"
class="block px-4 py-2"
role="menuitem"
:class="{
Expand Down

0 comments on commit 0b6ad6f

Please sign in to comment.