Skip to content

Commit

Permalink
fix: remove emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jun 19, 2023
1 parent 2e664bb commit 313910b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions renderer/_default.page.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ export const render = async (pageContext: PageContextCustom) => {
/>
<meta name="application-name" content="hello.nrfcloud.com" />
<title>
🌤 hello.nrfcloud.com
hello.nrfcloud.com
</title>
<meta
name="description"
content="🌤 hello.nrfcloud.com · Retrieve real-time data from your long-range Nordic Semiconductor Development Kits within seconds."
content="hello.nrfcloud.com · Retrieve real-time data from your long-range Nordic Semiconductor Development Kits within seconds."
/>
<link
rel="stylesheet"
Expand Down
4 changes: 2 additions & 2 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "🌤 hello.nrfcloud.com",
"name": "🌤 hello.nrfcloud.com · Retrieve real-time data from your long-range Nordic Semiconductor Development Kits within seconds",
"short_name": "hello.nrfcloud.com",
"name": "hello.nrfcloud.com · Retrieve real-time data from your long-range Nordic Semiconductor Development Kits within seconds",
"icons": [
{
"src": "/static/favicon.webp",
Expand Down

0 comments on commit 313910b

Please sign in to comment.