Cleanup assets

This commit is contained in:
adilallo
2026-05-21 22:56:34 -06:00
parent f3b73527fc
commit 28de8ef3bc
83 changed files with 506 additions and 240 deletions
@@ -2,6 +2,7 @@
import { memo } from "react";
import {
ASSETS,
getAssetPath,
contentBlogHorizontalPath,
contentBlogSectionPath,
@@ -36,7 +37,7 @@ const ContentBannerContainer = memo<ContentBannerProps>(
return contentBlogHorizontalPath(blogPost.slug);
}
return getAssetPath("assets/Content_Banner.svg");
return getAssetPath(ASSETS.CONTENT_BANNER);
};
const resolveSectionImage = (blogPost: BlogPost): string => {