diff --git a/app.vue b/app.vue index 9ac0ce67de..d33b197cf1 100644 --- a/app.vue +++ b/app.vue @@ -10,7 +10,7 @@ useHead({ { name: "og:description", content: - "A digital collection of homebrew software produced for Game Boy (Color), Game Boy Advance and NES, playable directly in the browser through accurate emulators.", + "A digital repository of homebrew software produced for Game Boy, Game Boy Advance and NES, playable directly in the browser through accurate emulators.", }, { name: "og:type", content: "website" }, { name: "og:site_name", content: "Homebrew Hub" }, diff --git a/pages/index.vue b/pages/index.vue index 0d2629545c..badd43352e 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -97,8 +97,8 @@ let stats_data = useFetch(stats_url).data; >, Game Boy Advance, NES). - Everyone can contribute and audit. Entries metadata follows a well - defined JSON schema and the full dataset is released under a + Everyone can contribute and audit. Homebrew metadata follows a + well defined JSON schema and datasets are released under a permissive license. diff --git a/plugins/Medusa.vue b/plugins/Medusa.vue index cc80971e65..a1e2208d07 100644 --- a/plugins/Medusa.vue +++ b/plugins/Medusa.vue @@ -79,7 +79,7 @@ export default { window.Module._unmute(); }, start: function () { - if (this.started == true){ + if (this.started == true) { return; } this.started = true;