From 606d1cbbd36cdbd79510d12fb6f8a9e54c401e7d Mon Sep 17 00:00:00 2001 From: Septianata Rizky Pratama <19322988+ianriizky@users.noreply.github.com> Date: Fri, 10 Jul 2026 02:44:39 +0700 Subject: [PATCH] fix: move tier-flow SVG images to public directory (#6538) Co-authored-by: Diego Rodrigues de Sa e Souza --- {images => public/images}/tier-flow-dark.svg | 0 {images => public/images}/tier-flow-light.svg | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {images => public/images}/tier-flow-dark.svg (100%) rename {images => public/images}/tier-flow-light.svg (100%) diff --git a/images/tier-flow-dark.svg b/public/images/tier-flow-dark.svg similarity index 100% rename from images/tier-flow-dark.svg rename to public/images/tier-flow-dark.svg diff --git a/images/tier-flow-light.svg b/public/images/tier-flow-light.svg similarity index 100% rename from images/tier-flow-light.svg rename to public/images/tier-flow-light.svg