Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
> 1%
> 0.5%
last 2 versions
not dead
not ie <= 11
not op_mini all
5 changes: 1 addition & 4 deletions src/app/MainRouter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import loadable from '@loadable/component';
import { Layout } from 'antd';
import { ConnectedRouter } from 'connected-react-router';
import { Alert, Spin } from '~/adapters/antd';
import { selectPreference } from '~/features/ui/uiSlice';
import { getNetworkName, useSwitchToChainFromUrl } from '~/features/web3';
import { getCounterPartyChainId, isSupportedChain, isSupportedSideChain } from '~/features/web3/supportedChains';
import Web3ErrorAlert from '~/features/web3/Web3ErrorAlert';
Expand All @@ -31,8 +30,6 @@ const TranslationRequest = loadable(() => import('~/pages/TranslationRequest'),
const TranslationDetails = loadable(() => import('~/pages/TranslationDetails'), { fallback });

export default function MainRouter() {
const defaultPage = useSelector(selectPreference('page.default'));

return (
<ConnectedRouter history={history}>
<RouterInitializer>
Expand All @@ -55,7 +52,7 @@ export default function MainRouter() {
<Content>
<Switch>
<Route exact path={r.ROOT}>
<Redirect to={defaultPage ?? r.HOME} />
<Redirect to={r.HOME} />
</Route>
<Route exact path={r.HOME}>
<Home />
Expand Down
Binary file added src/assets/gifs/pricing.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/avatar-linguo-bot-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
283 changes: 111 additions & 172 deletions src/assets/images/avatar-linguo-bot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/background-symbols.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions src/assets/images/hex-community.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions src/assets/images/hex-global.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions src/assets/images/hex-uptrend.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/images/icon-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/assets/images/icon-check-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/landing-requester.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/landing-translators.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading