Skip to content

Commit

Permalink
fix: aquarium icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Innders committed Jun 7, 2024
1 parent d2c524a commit 1f6b5ba
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
17 changes: 11 additions & 6 deletions website/src/data/addons/data/aquarium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import versions from "@site/docs/assets/json/Ayon_addons_version.json";

const aquarium: Addon = {
title: "Aquarium",
description:
"Aquarium is a project management platform for creatives.",
descriptionLong: "This addon allow you to synchronize your Aquarium project to Ayon, by listening to events. You can also trigger a full project sync to gather Aquarium's data to Ayon. You can also create Aquarium project using existing Ayon ones.",
preview: "aquarium.png",
icon: "aquarium-icon",
description: "Aquarium is a project management platform for creatives.",
descriptionLong:
"This addon allow you to synchronize your Aquarium project to Ayon, by listening to events. You can also trigger a full project sync to gather Aquarium's data to Ayon. You can also create Aquarium project using existing Ayon ones.",
icon: "aquarium-icon.png",
badge: versions.Aquarium_Badge,
docs: {
user: "addon_aquarium_artist",
Expand All @@ -16,7 +15,13 @@ const aquarium: Addon = {
},
github: "https://github.com/ynput/ayon-aquarium",
products: ["render", "plate", "image", "background", "review"],
features: ["appLauncher", "reviewables", "trayPublisher", "projectManager", "aquariumSync"],
features: [
"appLauncher",
"reviewables",
"trayPublisher",
"projectManager",
"aquariumSync",
],
};

export default aquarium;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion website/src/data/addons/data/img/aquarium-icon.svg

This file was deleted.

Binary file removed website/src/data/addons/data/img/aquarium.png
Binary file not shown.

0 comments on commit 1f6b5ba

Please sign in to comment.