fix bar chart not appearing on some pages

This commit is contained in:
Brandon Egger 2023-08-29 10:54:32 -05:00
parent 41a0562228
commit a35297728c
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ export const LoadingBarChart = ({
<div className="h-fit w-fit animate-pulse rounded-xl border border-stone-400 bg-stone-100 p-4 drop-shadow-xl">
<Image
alt="loading content"
src="./loading/bar-chart.svg"
src="/loading/bar-chart.svg"
width={width}
height={height}
/>

View File

@ -28,7 +28,7 @@ export const auditoryResourceRouter = createTRPCRouter({
});
if (!resource) {
throw Error('not found');
throw Error("not found");
}
return resource;