⚒️ Change svgs data.

This commit is contained in:
pheralb 2022-06-03 13:48:08 +01:00
parent b21f464108
commit be4eae31af

View File

@ -1,4 +1,4 @@
const SVGSLogos = [
const logos = [
{
id: 1,
href: "/library/discord.svg",
@ -344,4 +344,4 @@ const SVGSLogos = [
}
];
export default SVGSLogos;
export default logos;