Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Fixed text from MobileBlocker #197

Open
tiarebalbi opened this issue Jul 3, 2018 · 0 comments
Open

Remove Fixed text from MobileBlocker #197

tiarebalbi opened this issue Jul 3, 2018 · 0 comments
Assignees
Labels
good first issue :octocat: type:bug Something isn't working

Comments

@tiarebalbi
Copy link
Owner

tiarebalbi commented Jul 3, 2018

Describe the bug
Static text in the code

To Reproduce
Source code linked

Expected behavior
Export to a component that should be able to get from a property file.

export const Layout = (props: LayoutType) => (
<ThemeProvider theme={theme}>
<Wrapper>
<MobileBlocker>
Este sistema não suporta acesso via celular.
</MobileBlocker>
{props.children}
</Wrapper>
</ThemeProvider>

@tiarebalbi tiarebalbi self-assigned this Jul 3, 2018
@tiarebalbi tiarebalbi added the type:bug Something isn't working label Jul 3, 2018
@tiarebalbi tiarebalbi changed the title Remove Fixed text from MobileWrapper Remove Fixed text from MobileBlocker Jul 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue :octocat: type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant