From 5297e94efe96d06b1508a10e597c34547f76ee28 Mon Sep 17 00:00:00 2001 From: brooke Date: Sat, 10 Aug 2024 14:28:06 -0400 Subject: [PATCH] fix link --- public/@brooke/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/@brooke/index.html b/public/@brooke/index.html index 6012bbc..0341060 100644 --- a/public/@brooke/index.html +++ b/public/@brooke/index.html @@ -16,8 +16,8 @@ --background: #242424e5; --accent-1: #d182ff; --background-img: url("/@brooke/bg.webp"); - --banner-top: url("/public/@brooke/fractal-top.webp"); - --banner-bottom: url("/public/@brooke/fractal-bottom.webp"); + --banner-top: url("/@brooke/fractal-top.webp"); + --banner-bottom: url("/@brooke/fractal-bottom.webp"); --text-color: white; --link-color: var(--accent-1); --border: 1px solid black;