Skip to content

Commit 392c13d

Browse files
committed
chore: wip
1 parent 45f04b1 commit 392c13d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/components/Bench/BenchFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="px-6 py-8 md:flex md:items-center md:justify-between lg:px-8">
44
<div class="flex items-center gap-4 md:order-1 md:mt-0">
55
<img src="/images/bench/uscourts.webp" alt="US Courts Logo" class="h-12 opacity-50" />
6-
<p class="text-center text-sm/6 text-gray-600">&copy; 2025 Bench Review. All rights reserved. Made with <a href="https://github.com/stacksjs/stacks" class="text-gray-600 hover:text-gray-800">Stacks.js</a></p>
6+
<p class="text-center text-sm/6 text-gray-600">&copy; 2025 Bench Review. All rights reserved. Built with <a href="https://github.com/stacksjs/stacks" class="text-gray-600 hover:text-gray-800">Stacks</a>.</p>
77
</div>
88

99
<div class="flex justify-center gap-x-6 md:order-2">

resources/components/Bench/BenchHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<header class="z-10">
33
<nav class="mx-auto flex items-center justify-between p-6 lg:px-8 border-b bg-off-white" aria-label="Global">
4-
<div class="flex items-center gap-x-8">
4+
<div class="flex items-center gap-x-16">
55
<router-link to="/">
66
<span class="sr-only">Judge Review</span>
77
<img class="h-12" src="/images/bench/logo.png" alt="">

0 commit comments

Comments
 (0)