Skip to content

Commit

Permalink
Merge pull request #1041 from hackforla/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sydneywalcoff authored Oct 13, 2023
2 parents caf9c95 + e727788 commit 099cd2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion products/statement-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "client",
"version": "0.8.0",
"homepage": "./",
"homepage": "https://expungeassist.org",
"private": true,
"engines": {
"npm": ">=8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions products/statement-generator/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { HashRouter as Router, Route, Switch } from 'react-router-dom';
import { BrowserRouter as Router, Route, Switch } from 'react-router-dom';
import { ThemeProvider } from '@material-ui/core/styles';

import { RoutingContextProvider } from 'contexts/RoutingContext';
Expand Down Expand Up @@ -53,7 +53,7 @@ const App: React.FC = () => {

return (
<ThemeProvider theme={customMuiTheme}>
<Router basename={`${process.env.PUBLIC_URL}/`} hashType="slash">
<Router basename={`${process.env.PUBLIC_URL}/`}>
<RoutingContextProvider>
<AffirmationContextProvider>
<FormStateContextProvider>
Expand Down

0 comments on commit 099cd2c

Please sign in to comment.