release prep
This commit is contained in:
parent
ca565e2530
commit
5499904cef
22 changed files with 111 additions and 119 deletions
|
|
@ -60,7 +60,7 @@ function onToggleMenu(): void {
|
|||
to="/dashboard"
|
||||
class="inline-flex items-center gap-2.5 rounded-sm font-display text-xl tracking-tight text-ink-primary transition hover:text-ink-secondary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-focus-ring focus-visible:ring-offset-2 focus-visible:ring-offset-focus-offset"
|
||||
>
|
||||
<AppBrandMark size="lg" />
|
||||
<AppBrandMark size="xl" />
|
||||
<span>scholarr</span>
|
||||
</RouterLink>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
import { computed } from "vue";
|
||||
|
||||
import brandLogo from "@/logo.png";
|
||||
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
size?: "sm" | "md" | "lg" | "xl";
|
||||
|
|
@ -26,7 +24,7 @@ const sizeClass = computed(() => {
|
|||
});
|
||||
|
||||
const logoMaskStyle: Record<string, string> = {
|
||||
"--brand-logo-mask": `url(${brandLogo})`,
|
||||
"--brand-logo-mask": "url(/scholar_logo.png)",
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 104 KiB |
Loading…
Add table
Add a link
Reference in a new issue