Skip to content

Commit e8993dc

Browse files
Update src/components/footer.tsx
Co-authored-by: Federico Bianchini <[email protected]>
1 parent b619298 commit e8993dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const Links = () => {
116116
<div role="list" className="flex sm:flex-row lg:flex-col gap-y-2 gap-x-2 [&_*]:text-gray-800">
117117
<a href="research-support" className="text-sm leading-6">Support </a>
118118
<a href="https://elixir-europe.org/about-us/vacancies" className="text-sm leading-6">Careers</a>
119-
<a href="about" className="text-sm leading-6">Organizations</a>
119+
<a href="about" className="text-sm leading-6">Organisations</a>
120120
</div>
121121
</div>
122122
);

0 commit comments

Comments
 (0)