Skip to content

Commit

Permalink
Dashbaord to Dashboard, Origin to Kilde
Browse files Browse the repository at this point in the history
  • Loading branch information
blauks committed May 5, 2021
1 parent 0cdcc11 commit 802db90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/atoms/DatasetInfoBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const DatasetInfoBox: React.FC<DatasetInfoBoxProps> = ({ title, description, tag
</Pane>
<Pane marginTop="auto" display="flex" flexDirection="column">
<Pane>
<Text size={300}>Origin: </Text>
<Text size={300}>Kilde: </Text>
<Link href={url} target="_blank" onClick={handleLinkClick} size={300}>
{url}
</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/Dashboard.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { Pane } from 'evergreen-ui';
import AddComponentButton from '../atoms/AddComponentButton';
import DashboardSelector from '../atoms/DashbaordSelector';
import DashboardSelector from '../atoms/DashboardSelector';
import DashboardItems from '../organisms/DashboardItems';

const Dashboard: React.FC = () => {
Expand Down

0 comments on commit 802db90

Please sign in to comment.