Full cleanup pass
This commit is contained in:
@@ -14,7 +14,7 @@ const mockBlogPost = {
|
||||
vertical: "resolving-active-conflicts-vertical.svg",
|
||||
},
|
||||
banner: {
|
||||
horizontal: "resolving-active-conflicts-banner.svg",
|
||||
horizontal: "resolving-active-conflicts-section.svg",
|
||||
},
|
||||
},
|
||||
htmlContent:
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
import Groups from "../../app/components/sections/Groups";
|
||||
import { getAssetPath, vectorMarkPath } from "../../lib/assetUtils";
|
||||
|
||||
const vectorIconSrc = [
|
||||
"/assets/vector/worker-coop.svg",
|
||||
"/assets/vector/mutual-aid.svg",
|
||||
"/assets/vector/open-source.svg",
|
||||
"/assets/vector/dao.svg",
|
||||
getAssetPath(vectorMarkPath("worker-coop")),
|
||||
getAssetPath(vectorMarkPath("mutual-aid")),
|
||||
getAssetPath(vectorMarkPath("open-source")),
|
||||
getAssetPath(vectorMarkPath("dao")),
|
||||
];
|
||||
|
||||
const sampleItems = [
|
||||
|
||||
Reference in New Issue
Block a user