Skip to content

Commit

Permalink
Button and titles
Browse files Browse the repository at this point in the history
  • Loading branch information
haslo committed Sep 24, 2024
1 parent 988805e commit 7b95b92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions src/pages/plugins/PluginCard.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {
Avatar,
Button,
Card,
CardContent,
CardHeader,
Expand Down Expand Up @@ -32,6 +33,16 @@ export function PluginCard({avatar_name, avatar_image_url, avatar_link, plugin_t
<CardContent>
{plugin_content}
</CardContent>
<Button
component="a"
href={plugin_link}
fullWidth
variant="contained"
color="primary"
sx={{marginBottom: '15px'}}
>
Get {plugin_title} here
</Button>
</Card>
</Grid>
</>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/plugins/Plugins.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function Plugins() {
avatar_name={"Voltage Modular Module"}
avatar_image_url={"/assets/voltage_modular.png"}
avatar_link={"https://cherryaudio.com/products/voltage-modular"}
plugin_title={"Destruktor"}
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"}/>}
Expand All @@ -25,7 +25,7 @@ export function Plugins() {
avatar_name={"Voltage Modular Module"}
avatar_image_url={"/assets/voltage_modular.png"}
avatar_link={"https://cherryaudio.com/products/voltage-modular"}
plugin_title={"Hääschen"}
plugin_title={"HÄÄSchen"}
card_subheader={"for Voltage Modular"}
plugin_link={"https://store.cherryaudio.com/modules/haaschen"}
plugin_content={<Haaschen plugin_link={"https://store.cherryaudio.com/modules/haaschen"}/>}
Expand Down

0 comments on commit 7b95b92

Please sign in to comment.