Skip to content

Commit 52f5e72

Browse files
committed
Polish for v0.1.0
* Include Borum logo locally for cdn and SSL * Change favicon to Borum logo v0.1.0 - Registration
1 parent 6dd5120 commit 52f5e72

6 files changed

Lines changed: 9 additions & 6 deletions

File tree

.eslintcache

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# production
1212
/build
1313

14+
# extensions
15+
vscode/
16+
.eslintcache
17+
1418
# misc
1519
.DS_Store
1620
.env.local
@@ -22,4 +26,4 @@ npm-debug.log*
2226
yarn-debug.log*
2327
yarn-error.log*
2428
node_modules
25-
vscode/
29+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "borum-sphere",
3-
"version": "0.0.1-alpha",
3+
"version": "0.1.0",
44
"description": "The web app for Borum users to read, update, delete, and create their account and the Borum products that they're using",
55
"private": true,
66
"dependencies": {

public/icon.png

1.27 KB
Loading

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="theme-color" content="#000000" />
88
<meta
99
name="description"
10-
content="Web site created using create-react-app"
10+
content="Accounts menu for Borum Ecosystem"
1111
/>
1212
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1313
<!--
@@ -24,7 +24,7 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27-
<title>React App</title>
27+
<title>Register - Borum Sphere</title>
2828
</head>
2929
<body>
3030
<noscript>You need to enable JavaScript to run this app.</noscript>

src/Register/register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function Register() {
4343
return (
4444
<div className={register.register}>
4545
<img
46-
src="http://cdn.bforborum.com/images/icon.png"
46+
src="/icon.png"
4747
alt="The Borum Logo, a B inside a black-bordered, white rectangle"
4848
/>
4949
<h1>Register for Borum</h1>

0 commit comments

Comments
 (0)