Skip to content

Commit e78c73f

Browse files
committed
Use a circle for the Octo logo for better screenshots
1 parent 4c34c6b commit e78c73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ onUnmounted(() => {
8181
<div class="flex -order-1 lg:order-none items-center justify-center">
8282
<CoreLayer class="flex text-xl gap-4">
8383
<svg class="sq-7 transition-colors duration-300 cursor-pointer" :class="isZen ? 'text-layer-bg' : 'text-brand'" viewBox="0 0 250 250" fill="none" xmlns="http://www.w3.org/2000/svg" @click="toggleZen">
84-
<path d="M125 250C194.036 250 250 194.036 250 125C250 55.9644 194.036 0 125 0C55.9644 0 0 55.9644 0 125C0 194.036 55.9644 250 125 250Z" fill="currentColor" />
84+
<circle shape-rendering="geometricPrecision" cx="125" cy="125" r="125" fill="currentColor" />
8585
<template v-if="isZen">
8686
<path class="fill-layer-text-muted stroke-layer-text-muted" d="M212.962 153.171C212.962 153.171 192.949 159.5 179.472 159.5C165.995 159.5 145.981 153.171 145.981 153.171C145.981 153.171 164.921 167.5 179.472 167.5C194.022 167.5 212.962 153.171 212.962 153.171Z" stroke-width="2" stroke-linejoin="round" />
8787
<path class="fill-layer-text-muted stroke-layer-text-muted" d="M37 153.171C37 153.171 57.0133 159.5 70.4906 159.5C83.9679 159.5 103.981 153.171 103.981 153.171C103.981 153.171 85.0412 167.5 70.4906 167.5C55.94 167.5 37 153.171 37 153.171Z" stroke-width="2" stroke-linejoin="round" />

0 commit comments

Comments
 (0)