Skip to content

Commit

Permalink
Remove emoji title
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jan 1, 2023
1 parent aeedb22 commit 5ba7621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/global.vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const __dirname = desm(import.meta.url)

export default async () => {
return {
siteName: '🥖 Breadcrum',
siteName: 'Breadcrum',
version: JSON.parse(await readFile(new URL(join(__dirname, '../package.json'), import.meta.url))).version
}
}
Expand Down

0 comments on commit 5ba7621

Please sign in to comment.