diff --git a/components/global/Footer/socialLinks.tsx b/components/global/Footer/socialLinks.tsx index 1834da6a..0d37fdb3 100644 --- a/components/global/Footer/socialLinks.tsx +++ b/components/global/Footer/socialLinks.tsx @@ -18,14 +18,6 @@ interface SocialLinksArgs { export const SocialLinks = ({ socials }: SocialLinksArgs) => ( - {socials.Twitter.Name && ( -
  • - - - Twitter, opens in new window - -
  • - )} {socials.Facebook && (
  • @@ -106,5 +98,13 @@ export const SocialLinks = ({ socials }: SocialLinksArgs) => (
  • )} + {socials.Twitter.Name && ( +
  • + + + Twitter, opens in new window + +
  • + )}
    ) diff --git a/config/conference.ts b/config/conference.ts index 4a4f998c..c825357b 100644 --- a/config/conference.ts +++ b/config/conference.ts @@ -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: 'sponsorship@dddmelbourne.com', MentoringEmail: 'speakers@dddmelbourne.com', EmergencyContactName: 'Bron Thulke',