works: rename ren to paren
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d36bf0798f
commit
0db9e2c527
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export function WorksPage(ctx: Context): AnyNode {
|
||||||
E("div", classNames("content-width gap-v-1x5 responsive-typography"), [
|
E("div", classNames("content-width gap-v-1x5 responsive-typography"), [
|
||||||
H3(ctx.tr.My_latest_works),
|
H3(ctx.tr.My_latest_works),
|
||||||
ul([
|
ul([
|
||||||
li([RepoLink("ren", "/pleshevskiy/ren")]),
|
li([RepoLink("paren", "/pleshevskiy/paren")]),
|
||||||
li([RepoLink("hwt", "github.com/pleshevskiy/hwt")]),
|
li([RepoLink("hwt", "github.com/pleshevskiy/hwt")]),
|
||||||
li([RepoLink("sonic-channel", "github.com/pleshevskiy/sonic-channel")]),
|
li([RepoLink("sonic-channel", "github.com/pleshevskiy/sonic-channel")]),
|
||||||
li([RepoLink("migra", "github.com/pleshevskiy/migra")]),
|
li([RepoLink("migra", "github.com/pleshevskiy/migra")]),
|
||||||
|
|
Loading…
Reference in a new issue