Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
7467a3a9
Commit
7467a3a9
authored
Jun 13, 2017
by
Gijs Hendriksen
Browse files
Move logo to /img/ directory
parent
2e5a9cd4
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/components/Login.js
View file @
7467a3a9
...
...
@@ -7,7 +7,7 @@ import { url } from '../url';
import
*
as
actions
from
'
../actions/login
'
;
const
image
=
require
(
'
./logo.png
'
);
const
image
=
require
(
'
.
./img
/logo.png
'
);
class
Login
extends
Component
{
constructor
(
props
)
{
...
...
app/
components
/logo.png
→
app/
img
/logo.png
View file @
7467a3a9
File moved
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment