Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
open-baba
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Louis
open-baba
Commits
98432feb
Commit
98432feb
authored
5 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Responsive button text, Doc title & favicon
parent
93bb7165
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
public/favicon.ico
+0
-0
0 additions, 0 deletions
public/favicon.ico
public/favicon.png
+3
-0
3 additions, 0 deletions
public/favicon.png
public/index.html
+2
-2
2 additions, 2 deletions
public/index.html
src/App.js
+1
-1
1 addition, 1 deletion
src/App.js
with
6 additions
and
3 deletions
public/favicon.ico
deleted
100644 → 0
+
0
−
0
View file @
93bb7165
3.78 KiB
This diff is collapsed.
Click to expand it.
public/favicon.png
0 → 100644
LFS
+
3
−
0
View file @
98432feb
128 B
This diff is collapsed.
Click to expand it.
public/index.html
+
2
−
2
View file @
98432feb
...
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"shortcut icon"
href=
"%PUBLIC_URL%/favicon.
ico
"
/>
<link
rel=
"shortcut icon"
href=
"%PUBLIC_URL%/favicon.
png
"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<!--
...
...
@@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>
React App
</title>
<title>
Open Baba
</title>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity=
"sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU="
crossorigin=
"anonymous"
/>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
src/App.js
+
1
−
1
View file @
98432feb
...
...
@@ -33,7 +33,7 @@ class App extends Component<{}> {
step
=
{
0.25
}
/></
div
>
<
/div
>
<
div
className
=
"
root-container
"
style
=
{
showOptions
&&
{
marginLeft
:
420
}
||
{}}
>
<
button
onClick
=
{
this
.
set
(
'
showOptions
'
,
s
=>
!
s
.
showOptions
)}
>
Show
Options
<
/button
>
<
button
onClick
=
{
this
.
set
(
'
showOptions
'
,
s
=>
!
s
.
showOptions
)}
>
{
showOptions
?
'
Hide
'
:
'
Show
'
}
Options
<
/button
>
<
br
/>
{
levelData
==
null
?
<
span
>
LOADING
<
/span> : <Level level={levelData} {...opts} /
>
}
<
/div
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment