Skip to content

Commit

Permalink
Reordered plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
haslo committed Sep 27, 2024
1 parent 1663659 commit 9e62a2d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/pages/plugins/Plugins.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ export function Plugins() {
/>
</Grid>
<Grid container spacing={3} rowSpacing={2}>
<PluginCard
avatar_name={"Voltage Modular Module"}
avatar_image_url={"/assets/voltage_modular.png"}
avatar_link={"https://cherryaudio.com/products/voltage-modular"}
plugin_title={"DeSTRuKTor"}
card_subheader={"for Voltage Modular"}
plugin_link={"https://store.cherryaudio.com/modules/destruktor"}
plugin_content={<Destruktor plugin_link={"https://store.cherryaudio.com/modules/destruktor"}/>}
/>
<PluginCard
avatar_name={"Voltage Modular Module"}
avatar_image_url={"/assets/voltage_modular.png"}
Expand All @@ -56,6 +47,15 @@ export function Plugins() {
plugin_link={"https://store.cherryaudio.com/modules/ploink"}
plugin_content={<Ploink plugin_link={"https://store.cherryaudio.com/modules/ploink"}/>}
/>
<PluginCard
avatar_name={"Voltage Modular Module"}
avatar_image_url={"/assets/voltage_modular.png"}
avatar_link={"https://cherryaudio.com/products/voltage-modular"}
plugin_title={"DeSTRuKTor"}
card_subheader={"for Voltage Modular"}
plugin_link={"https://store.cherryaudio.com/modules/destruktor"}
plugin_content={<Destruktor plugin_link={"https://store.cherryaudio.com/modules/destruktor"}/>}
/>
</Grid>
</Container>
</>
Expand Down

0 comments on commit 9e62a2d

Please sign in to comment.