Skip to content

Commit

Permalink
update discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Nov 14, 2024
1 parent 933e984 commit 46eccbd
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
15 changes: 10 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,25 @@

[![image](https://user-images.githubusercontent.com/28861537/194193732-e78eebb0-7e7f-456e-855f-b14fb54914c6.png)](https://hacktoberfest.com/)

### Rules:
### Rules:

- [hacktoberfest](https://hacktoberfest.com/participation/)
- [repository](https://github.com/YeonV/LedFx-Frontend-v2/blob/main/README.md#rules)

### Infos:
### Infos:

- [general](https://github.com/YeonV/LedFx-Frontend-v2)
- [dev](https://yeonv.github.io/LedFx-Frontend-v2/docs/?path=/story/bladebook-getting-started--page)
- some folders got a README.md with some infos

### Questions:
- [join discord](https://discord.gg/dqr5cMhw)
### Questions:

- [join discord](https://discord.gg/nyMeUR8C)

### Goal:

- let awesomeness of LedFx grow

### Sidequest:
- *earning* a github-star with the awesomeness of this project (currently: 26)

- _earning_ a github-star with the awesomeness of this project (currently: 26)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ New [LedFx](https://github.com/LedFx/LedFx)-client

## Credits

[![ledfx-github](https://img.shields.io/badge/Github-LedFx-blue.svg?logo=github&logoColor=white)](https://github.com/LedFx/LedFx/tree/dev/ledfx) [![ledfx-discord](https://img.shields.io/badge/Discord-LedFx-blue.svg?logo=discord&logoColor=white)](https://discord.gg/EZf8pAZ4)
[![ledfx-github](https://img.shields.io/badge/Github-LedFx-blue.svg?logo=github&logoColor=white)](https://github.com/LedFx/LedFx/tree/dev/ledfx) [![ledfx-discord](https://img.shields.io/badge/Discord-LedFx-blue.svg?logo=discord&logoColor=white)](https://discord.gg/nyMeUR8C)

<details>
<summary> Create React App</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ButtonBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ButtonBar = () => {
<IconButton
aria-label="Discord"
color="inherit"
href="https://discord.gg/wJ755dY"
href="https://discord.gg/nyMeUR8C"
target="_blank"
title="Discord"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home/BladeScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export const defaultEffects = {
background_brightness: 1,
background_color: "#000000",
blur: 0,
brightness: 0.03,
brightness: 0.15,
density: 0.5,
density_vertical: 0.1,
diag: false,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ const Dashboard = () => {
aria-label="discord"
onClick={() =>
window.open(
'https://discord.gg/EZf8pAZ4',
'https://discord.gg/nyMeUR8C',
'_blank',
'noopener,noreferrer'
)
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home/DbLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const DbLinks = () => {
<Button
onClick={() =>
window.open(
'https://discord.gg/Wpy7aUSBNp',
'https://discord.gg/nyMeUR8C',
'_blank',
'noopener,noreferrer'
)
Expand Down

0 comments on commit 46eccbd

Please sign in to comment.