Skip to content

Commit

Permalink
Removing incorrect quote
Browse files Browse the repository at this point in the history
  • Loading branch information
kstigen committed Jan 23, 2024
1 parent c5e7fdc commit 6c45c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data-catalog/weather/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Home = () => {
The data for this Weather API is exclusively retrieved from <a href='https://api.met.no' className={
'underline hover:no-underline'
}>https://api.met.no</a>, renowned for its comprehensive and accurate meteorological data.
This source provides users with dependable weather forecasts and precise information on sunrise and sunset times."
This source provides users with dependable weather forecasts and precise information on sunrise and sunset times.
</Typography>
<Typography className={'text-3xl mt-14'}>Processing</Typography>
<Typography className={'text-base mt-6'}>
Expand Down

0 comments on commit 6c45c9e

Please sign in to comment.