pl-fe: fix typo

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-10-10 14:39:08 +02:00
parent dd2404faf2
commit ae4d23aab7

View file

@ -32,7 +32,7 @@ const messages = defineMessages({
// you can't use 100vh, because the viewport height is taller // you can't use 100vh, because the viewport height is taller
// than the visible part of the document in some mobile // than the visible part of the document in some mobile
// browsers when it's address bar is visible. // browsers when its address bar is visible.
// https://developers.google.com/web/updates/2016/12/url-bar-resizing // https://developers.google.com/web/updates/2016/12/url-bar-resizing
const swipeableViewsStyle: React.CSSProperties = { const swipeableViewsStyle: React.CSSProperties = {
width: '100%', width: '100%',