Skip to content

Commit

Permalink
docs: fix Newsletters section (QwikDev#3235)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakovljevic-mladen authored Mar 2, 2023
1 parent a2d0cde commit d8ace5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const TelegramLogo = component$(() => {
id="telegram-5"
d="M12,0c-6.627,0 -12,5.373 -12,12c0,6.627 5.373,12 12,12c6.627,0 12,-5.373 12,-12c0,-6.627 -5.373,-12 -12,-12Zm0,2c5.514,0 10,4.486 10,10c0,5.514 -4.486,10 -10,10c-5.514,0 -10,-4.486 -10,-10c0,-5.514 4.486,-10 10,-10Zm2.692,14.889c0.161,0.115 0.368,0.143 0.553,0.073c0.185,-0.07 0.322,-0.228 0.362,-0.42c0.435,-2.042 1.489,-7.211 1.884,-9.068c0.03,-0.14 -0.019,-0.285 -0.129,-0.379c-0.11,-0.093 -0.263,-0.12 -0.399,-0.07c-2.096,0.776 -8.553,3.198 -11.192,4.175c-0.168,0.062 -0.277,0.223 -0.271,0.4c0.006,0.177 0.125,0.33 0.296,0.381c1.184,0.354 2.738,0.847 2.738,0.847c0,0 0.725,2.193 1.104,3.308c0.047,0.139 0.157,0.25 0.301,0.287c0.145,0.038 0.298,-0.001 0.406,-0.103c0.608,-0.574 1.548,-1.461 1.548,-1.461c0,0 1.786,1.309 2.799,2.03Zm-5.505,-4.338l0.84,2.769l0.186,-1.754c0,0 3.243,-2.925 5.092,-4.593c0.055,-0.048 0.062,-0.13 0.017,-0.188c-0.045,-0.057 -0.126,-0.071 -0.188,-0.032c-2.143,1.368 -5.947,3.798 -5.947,3.798Z"
/>
</svg>{' '}
</svg>
</>
);
});
8 changes: 2 additions & 6 deletions packages/docs/src/routes/community/groups/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { RedditLogo } from '../components/social-logos/reddit-logo';
import { TelegramLogo } from '../components/social-logos/telegram-logo';
import { MeetupLogo } from '../components/social-logos/meetup-logo';
import { GroupLink } from '../components/group-link';
import { useStyles$ } from '../components/group-link';

# Qwik Community

Expand All @@ -32,9 +31,7 @@ and spread your love for innovation!

### Newsletters

- <GroupLink link="https://qwiknewsletter.com">
Qwikly Newsletter - Weekly news about Qwik
</GroupLink>
- <GroupLink link="https://qwiknewsletter.com">Qwikly Newsletter - Weekly news about Qwik</GroupLink>

### Global Communities

Expand Down Expand Up @@ -62,5 +59,4 @@ and spread your love for innovation!

#### United Kingdom

- <MeetupLogo />
<GroupLink link="https://www.meetup.com/qwik-london/">Qwik London Meetup Group</GroupLink>
- <MeetupLogo /> <GroupLink link="https://www.meetup.com/qwik-london/">Qwik London Meetup Group</GroupLink>
2 changes: 0 additions & 2 deletions packages/docs/src/routes/community/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
- [Groups](groups/index.mdx)
- [Projects](projects/index.mdx)
- [Values](values/index.mdx)
- [Media](../media/index.tsx)
- [Showcase](../showcase/index.tsx)

0 comments on commit d8ace5a

Please sign in to comment.