Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bodysch-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
DevTeam
org
BodySCH
bodysch-frontend
Commits
0fd663dc
Commit
0fd663dc
authored
4 years ago
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
fix typography component
parent
aaa1d988
No related branches found
No related tags found
2 merge requests
!19
fix type imports
,
!11
rules page
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pages/RulesPage.tsx
+6
-6
6 additions, 6 deletions
src/pages/RulesPage.tsx
with
6 additions
and
6 deletions
src/pages/RulesPage.tsx
+
6
−
6
View file @
0fd663dc
...
...
@@ -37,13 +37,13 @@ const RulesPage: React.FC = () => {
</
Typography
>
</
ListItem
>
<
ListItem
>
<
Typography
component
=
"div"
className
=
{
classes
.
text
}
>
<
Typography
className
=
{
classes
.
text
}
>
A konditerem csak érvényes
<
Box
fontWeight
=
"fontWeightBold"
display
=
"inline"
px
=
{
1
}
>
<
Box
component
=
"span"
fontWeight
=
"fontWeightBold"
px
=
{
1
}
>
BELÉPŐVEL
</
Box
>
és megfelelő
<
Box
fontWeight
=
"fontWeightBold"
display
=
"inline"
pl
=
{
1
}
>
<
Box
component
=
"span"
fontWeight
=
"fontWeightBold"
pl
=
{
1
}
>
TISZTA CIPŐBEN, ALSÓ- ÉS FELSŐRUHÁZATBAN HASZNÁLHATÓ
</
Box
>
! A félmeztelen edzés tilos! A kondi belépőnek az edzés ideje alatt végig nálad kell
...
...
@@ -52,9 +52,9 @@ const RulesPage: React.FC = () => {
</
ListItem
>
<
Divider
/>
<
ListItem
>
<
Typography
component
=
"div"
className
=
{
classes
.
text
}
>
<
Typography
className
=
{
classes
.
text
}
>
A teremben higiéniai okok miatt mindenkinek saját, megfelelő méretű
<
Box
fontWeight
=
"fontWeightBold"
display
=
"inline"
pl
=
{
1
}
>
<
Box
component
=
"span"
fontWeight
=
"fontWeightBold"
pl
=
{
1
}
>
TÖRÖLKÖZŐ HASZNÁLATA KÖTELEZŐ
</
Box
>
! Csak a kardió részleg használata esetén is kell törölköző!
...
...
@@ -62,7 +62,7 @@ const RulesPage: React.FC = () => {
</
ListItem
>
<
Divider
/>
<
ListItem
>
<
Typography
component
=
"div"
className
=
{
classes
.
text
}
>
<
Typography
className
=
{
classes
.
text
}
>
A terem csak tiszta, zárt, gumitalpú cipőben használható! Mezítlábas, zoknis és
papucsos edzés tilos! A terembe utcai cipőben belépni tilos! Aki megfelelő ruházat
nélkül edz, az edzés azonnali megszakítására, és a terem elhagyására kötelezhető.
...
...
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