works: rename ren to paren
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-14 12:23:46 +03:00
parent d36bf0798f
commit 0db9e2c527
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -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")]),