Skip to content

Commit

Permalink
index, meta: improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Jan 15, 2025
1 parent 3097b2c commit 19c6359
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ let stats_data = useFetch(stats_url).data;
>,
<a href="https://github.com/gbadev-org/games"> Game Boy Advance</a
>, <a href="https://github.com/nesdev-org/homebrew-db"> NES</a>).
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.
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion plugins/Medusa.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default {
window.Module._unmute();
},
start: function () {
if (this.started == true){
if (this.started == true) {
return;
}
this.started = true;
Expand Down

0 comments on commit 19c6359

Please sign in to comment.