Skip to content

Commit

Permalink
refactor(header): Update tabs links to use GITHUB_LINK constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Aug 27, 2024
1 parent f634e2b commit 31d6ffe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import org.jetbrains.compose.web.css.*
import org.jetbrains.compose.web.dom.*

val tabs = mapOf(
"Docs" to "/docs",
"About" to "/about"
"Docs" to "$GITHUB_LINK/wiki",
"About" to GITHUB_LINK
)

@Composable
Expand Down

0 comments on commit 31d6ffe

Please sign in to comment.