Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kszkepzes-frontend
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Köpeczi-Bócz Gergely
kszkepzes-frontend
Commits
ac66f452
Verified
Commit
ac66f452
authored
3 years ago
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
Update dates
parent
41e430dc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/index.html
+1
-1
1 addition, 1 deletion
public/index.html
src/components/Footer.js
+3
-3
3 additions, 3 deletions
src/components/Footer.js
with
4 additions
and
4 deletions
public/index.html
+
1
−
1
View file @
ac66f452
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
work correctly both with client-side routing and a non-root public URL.
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`.
Learn how to configure a non-root public URL by running `npm run build`.
-->
-->
<title>
KSZKépzés 202
1
</title>
<title>
KSZKépzés 202
2
</title>
</head>
</head>
<body>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
...
...
This diff is collapsed.
Click to expand it.
src/components/Footer.js
+
3
−
3
View file @
ac66f452
import
{
Container
,
Segment
}
from
'
semantic-ui-react
'
;
import
{
Container
,
Segment
}
from
"
semantic-ui-react
"
;
import
React
from
'
react
'
;
import
React
from
"
react
"
;
const
Footer
=
()
=>
(
const
Footer
=
()
=>
(
<
Segment
inverted
vertical
textAlign
=
"
center
"
>
<
Segment
inverted
vertical
textAlign
=
"
center
"
>
<
Container
>
<
Container
>
<
p
textalign
=
"
center
"
>
Created
by
DevTeam
&
copy
;
2018
-
202
1
.
<
/p
>
<
p
textalign
=
"
center
"
>
Created
by
DevTeam
&
copy
;
2018
-
202
2
.
<
/p
>
<
/Container
>
<
/Container
>
<
/Segment
>
<
/Segment
>
);
);
...
...
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