Skip to content

Commit

Permalink
Pushed twitter to the end and updated contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Dec 16, 2024
1 parent 6e9c7c9 commit b556d2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions components/global/Footer/socialLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ interface SocialLinksArgs {

export const SocialLinks = ({ socials }: SocialLinksArgs) => (
<StyledSocialLinks>
{socials.Twitter.Name && (
<li>
<StyledSocialLink href={`https://twitter.com/${socials.Twitter.Name}`} target="_blank" rel="noopener nofollow">
<TwitterIcon />
<span>Twitter, opens in new window</span>
</StyledSocialLink>
</li>
)}
{socials.Facebook && (
<li>
<StyledSocialLink href={`https://facebook.com/${socials.Facebook}`} target="_blank" rel="noopener nofollow">
Expand Down Expand Up @@ -106,5 +98,13 @@ export const SocialLinks = ({ socials }: SocialLinksArgs) => (
</StyledSocialLink>
</li>
)}
{socials.Twitter.Name && (
<li>
<StyledSocialLink href={`https://twitter.com/${socials.Twitter.Name}`} target="_blank" rel="noopener nofollow">
<TwitterIcon />
<span>Twitter, opens in new window</span>
</StyledSocialLink>
</li>
)}
</StyledSocialLinks>
)
2 changes: 1 addition & 1 deletion config/conference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Conference: IConference = {
PreviouslySubmittedTopics:
'Agile, building great teams, UI design, UX, software testing, virtual reality, women in tech, web accessibility, open source software, workplace culture, mental health, unconscious bias, building engaged teams, self-employment tips, mentoring, Scrum, pair programming, bots, IoT, machine learning, neural networks, quantum encryption, security, reverse engineering, blockchain, Assembly language, automated deployments, mobile development, mobile test automation, Domain Driven Design, cloud native, architecture, microservices, serverless, service meshes, stream programming and Rx, APIs, GraphQL, actors, JavaScript, SPAs, TypeScript, authentication, React, UWP, Elm, HTML, HTTP protocol, Git, Docker and pointers',

ContactEmail: 'dddmelbourne@gmail.com',
ContactEmail: 'info@dddmelbourne.com',
SponsorshipEmail: '[email protected]',
MentoringEmail: '[email protected]',
EmergencyContactName: 'Bron Thulke',
Expand Down

0 comments on commit b556d2b

Please sign in to comment.