Skip to content

Commit

Permalink
Merge pull request #729 from dotkom/chore/update-contact-tlf
Browse files Browse the repository at this point in the history
Update contact tlf in footer to new leader
  • Loading branch information
Terbau authored Apr 23, 2024
2 parents 7e41f4d + afb8c12 commit b13efda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/Footer/ContactInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react';

const ContactInfo = () => {
//Update phone number whenever a new leader of Online is elected
const contactTlf = '454 61 372';
const contactTlf = '473 58 919';
return (
<>
<address>
Expand Down

0 comments on commit b13efda

Please sign in to comment.