Skip to content

Commit

Permalink
fix(forum-title): set forum title to bitcoin forum
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Jan 11, 2025
1 parent 42ca038 commit 15c5d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<title><%= process.env.VUE_APP_NAME %></title>
<title>Bitcoin Forum</title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= process.env.VUE_APP_NAME %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but Bitcoin Forum doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<div id="modals"></div>
Expand Down

0 comments on commit 15c5d40

Please sign in to comment.