Skip to content

Commit 19c6359

Browse files
committed
index, meta: improve wording
1 parent 3097b2c commit 19c6359

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ useHead({
1010
{
1111
name: "og:description",
1212
content:
13-
"A digital collection of homebrew software produced for Game Boy (Color), Game Boy Advance and NES, playable directly in the browser through accurate emulators.",
13+
"A digital repository of homebrew software produced for Game Boy, Game Boy Advance and NES, playable directly in the browser through accurate emulators.",
1414
},
1515
{ name: "og:type", content: "website" },
1616
{ name: "og:site_name", content: "Homebrew Hub" },

pages/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ let stats_data = useFetch(stats_url).data;
9797
>,
9898
<a href="https://github.com/gbadev-org/games"> Game Boy Advance</a
9999
>, <a href="https://github.com/nesdev-org/homebrew-db"> NES</a>).
100-
Everyone can contribute and audit. Entries metadata follows a well
101-
defined JSON schema and the full dataset is released under a
100+
Everyone can contribute and audit. Homebrew metadata follows a
101+
well defined JSON schema and datasets are released under a
102102
permissive license.
103103
</span>
104104
</div>

plugins/Medusa.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default {
7979
window.Module._unmute();
8080
},
8181
start: function () {
82-
if (this.started == true){
82+
if (this.started == true) {
8383
return;
8484
}
8585
this.started = true;

0 commit comments

Comments
 (0)