Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
public
Mímir
Commits
a86df8ad
Commit
a86df8ad
authored
Aug 14, 2020
by
Aron Fiechter
Browse files
Add Mobile page containing About
parent
5b08eed7
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/mobile/Mobile.js
0 → 100644
View file @
a86df8ad
import
React
from
'
react
'
;
import
Card
from
'
react-bootstrap/Card
'
;
import
About
from
'
../about/About
'
;
export
default
function
Mobile
()
{
return
(
<
Card
className
=
"
vh-100 min-vh-100 border-0
"
>
<
About
message
=
{
'
Please use a desktop browser to access this website.
'
}
/
>
<
/Card
>
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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