Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nos Hs2023
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Språksamlingane
stadnamn
Nos Hs2023
Commits
30fdc856
Commit
30fdc856
authored
6 years ago
by
Esko Ikkala
Browse files
Options
Downloads
Patches
Plain Diff
Update title
parent
9b5ee3f3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/client/components/TopBar.js
+5
-1
5 additions, 1 deletion
src/client/components/TopBar.js
webpack.client.common.js
+1
-1
1 addition, 1 deletion
webpack.client.common.js
with
6 additions
and
2 deletions
src/client/components/TopBar.js
+
5
−
1
View file @
30fdc856
...
@@ -17,6 +17,7 @@ import { CSVLink } from 'react-csv';
...
@@ -17,6 +17,7 @@ import { CSVLink } from 'react-csv';
import
Button
from
'
@material-ui/core/Button
'
;
import
Button
from
'
@material-ui/core/Button
'
;
import
FormGroup
from
'
@material-ui/core/FormGroup
'
;
import
FormGroup
from
'
@material-ui/core/FormGroup
'
;
import
Checkbox
from
'
@material-ui/core/Checkbox
'
;
import
Checkbox
from
'
@material-ui/core/Checkbox
'
;
import
Typography
from
'
@material-ui/core/Typography
'
;
const
styles
=
theme
=>
({
const
styles
=
theme
=>
({
toolBar
:
{
toolBar
:
{
...
@@ -152,7 +153,10 @@ class TopBar extends React.Component {
...
@@ -152,7 +153,10 @@ class TopBar extends React.Component {
<
/div
>
<
/div
>
<
/Menu
>
<
/Menu
>
<
img
className
=
{
classes
.
namesampoLogo
}
src
=
'
img/logos/namesampo.png
'
alt
=
'
NameSampo logo
'
/>
{
/* <img className={classes.namesampoLogo} src='img/logos/namesampo.png' alt='NameSampo logo'/> */
}
<
Typography
variant
=
"
title
"
color
=
"
inherit
"
className
=
{
classes
.
flex
}
>
Mapping
Manuscript
Migrations
<
/Typography
>
{
this
.
props
.
oneColumnView
&&
{
this
.
props
.
oneColumnView
&&
<
div
className
=
{
classes
.
navTabs
}
>
<
div
className
=
{
classes
.
navTabs
}
>
<
NavTabs
<
NavTabs
...
...
This diff is collapsed.
Click to expand it.
webpack.client.common.js
+
1
−
1
View file @
30fdc856
...
@@ -13,7 +13,7 @@ module.exports = {
...
@@ -13,7 +13,7 @@ module.exports = {
plugins
:
[
plugins
:
[
new
CleanWebpackPlugin
([
'
dist
'
]),
new
CleanWebpackPlugin
([
'
dist
'
]),
new
HtmlWebpackPlugin
({
new
HtmlWebpackPlugin
({
title
:
'
NameSampo
'
,
title
:
'
Mapping Manuscript Migrations – A Digging into Data project for 2017-2019
'
,
// Load a custom template
// Load a custom template
template
:
'
src/client/index.html
'
,
template
:
'
src/client/index.html
'
,
}),
}),
...
...
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