diff --git a/main/_data/projects.json b/main/_data/projects.json index 788c0c1..03c2002 100644 --- a/main/_data/projects.json +++ b/main/_data/projects.json @@ -76,12 +76,16 @@ "icon": "pp" }, { - "name": "🖼️ Obsidian Custom Frames", - "desc": "Custom Frames is an Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more.", + "name": "🖼️ Custom Frames", + "desc": "Custom Frames is an Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more.", "links": [ { "name": "Check it out", "link": "https://github.com/Ellpeck/ObsidianCustomFrames" + }, + { + "name": "Install it", + "link": "https://obsidian.md/plugins?id=obsidian-custom-frames" } ], "status": "Side project", @@ -89,7 +93,7 @@ }, { "name": "🕹️ MLEM", - "desc": "MLEM Library for Extending MonoGame is an addition to the game framework MonoGame that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.", + "desc": "MLEM Library for Extending MonoGame is an addition to the game framework MonoGame that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.", "links": [ { "name": "Get it on NuGet", diff --git a/main/res/projects/obsidian.png b/main/res/projects/obsidian.png index 8ed0187..da97d4a 100644 Binary files a/main/res/projects/obsidian.png and b/main/res/projects/obsidian.png differ