File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
## 🧶 Manual
4
4
5
5
``` shell
6
- git clone https://github.com/ogios /way-edges.git
6
+ git clone https://github.com/way-edges /way-edges.git
7
7
```
8
8
9
9
``` shell
Original file line number Diff line number Diff line change 3
3
We use ` jsonc ` for configuration.
4
4
Configuration file should be ` ~/.config/way-edges/config.jsonc ` .
5
5
6
- We also have schema for the configurations: [ config.schema.json] ( https://github.com/ogios /way-edges/blob/master/config/defs.schema.json ) .
6
+ We also have schema for the configurations: [ config.schema.json] ( https://github.com/way-edges /way-edges/blob/master/config/defs.schema.json ) .
7
7
Add it to your file:
8
8
9
9
``` json
10
10
// ~/.config/way-edges/config.jsonc
11
11
{
12
- "$schema" : " https://raw.githubusercontent.com/ogios /way-edges/master/config/config.schema.json"
12
+ "$schema" : " https://raw.githubusercontent.com/way-edges /way-edges/master/config/config.schema.json"
13
13
}
14
14
```
15
15
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ MenuDrawer.displayName = 'MenuDrawer'
41
41
export const Contact = memo ( ( ) => {
42
42
return (
43
43
< div className = "flex flex-col items-center align-center content-center justify-center mr-3" >
44
- < a href = "https://github.com/ogios /way-edges" >
44
+ < a href = "https://github.com/way-edges /way-edges" >
45
45
< GitHubLogoIcon className = "w-[20px] h-[20px] hover:w-[25px] hover:h-[25px] hover:text-[color:var(--link-hover)] hover:translate-x-[2.5px]" />
46
46
</ a >
47
47
</ div >
You can’t perform that action at this time.
0 commit comments