Skip to content

Commit

Permalink
Fix typo and add vizzuality link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Oct 14, 2024
1 parent ed577c1 commit f93f83b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@ const Footer = ({ backgroundClass = "bg-green-700" }) => {
<div>© Barcelona Supercomputing Center, 2024</div>
<div className="items-center gap-1 flex">
<div>Designed and Developed by </div>
<Vizzuality />
<a
href="https://www.vizzuality.com/"
target="_blank"
rel="noopener noreferrer"
>

<Vizzuality />
</a>
</div>
</div>
</footer >
Expand Down
2 changes: 1 addition & 1 deletion src/components/section-1/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function Section1() {
<div className="flex-col gap-4 flex pr-10">
<div className="flex-col flex">
<div className="text-lg leading-relaxed">04</div>
<div className="text-lg leading-relaxed">Enhancing interdisciplinary and transdisciplinarity::</div>
<div className="text-lg leading-relaxed">Enhancing interdisciplinary and transdisciplinarity:</div>
</div>
<div className="text-sm leading-tight max-w-[350px]">Virtual models support collaboration among users from different disciplines, impact sectors, and geographical locations, ensuring a holistic approach to studying and solving real climate challenges.</div>
</div>
Expand Down

0 comments on commit f93f83b

Please sign in to comment.