Skip to content

Commit

Permalink
Merge pull request #87 from gipplab/dev
Browse files Browse the repository at this point in the history
📦 New Release
  • Loading branch information
jpwahle authored Aug 12, 2022
2 parents 3f2d761 + 31a20f5 commit 1e939d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .env.old

This file was deleted.

3 changes: 2 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
REACT_APP_BACKEND = "http://134.76.17.232/api/v0/"
PORT = 3001
REACT_APP_BACKEND = "http://cs-insights.uni-goettingen.de/api/v0/"
4 changes: 2 additions & 2 deletions src/components/visualizations/LdaTopicVis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function LdaTopicVis(props: { route: string }) {
}

return (
<div style={{ height: '100%' }}>
<div>
<div style={{ margin: '5px' }} className={'title'}>
C5: Topic modelling
</div>
Expand All @@ -101,7 +101,7 @@ export default function LdaTopicVis(props: { route: string }) {
position: 'relative',
alignItems: 'center',
justifyContent: 'center',
height: '80%',
minHeight: '80%',
}}
>
<ChartLoadingIcon isFetching={isFetching}>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Home() {
<div style={{ backgroundColor: '#eeeeee' }}>
<Container className="home" style={{ display: 'flex', justifyContent: 'center' }}>
<Stack spacing={2} alignItems="center" style={{ marginTop: '-100px' }}>
<img src="/logo.jpg" width="35%"></img>
<img src="/logo.jpg" width={'35%'} alt={'logo'}></img>
<Typography variant="h4" fontWeight={'bold'}>
Welcome to the CS-Insights Demo
</Typography>
Expand Down Expand Up @@ -54,7 +54,7 @@ export default function Home() {
<Stack direction={'row'} alignItems={'center'}>
Visit us on
<a
href="https://github.com/gipplab/NLP-Land-main"
href="https://github.com/gipplab/cs-insights-main"
target="_blank"
rel="noopener noreferrer"
style={{
Expand Down

0 comments on commit 1e939d5

Please sign in to comment.