From 8806e6480d7286edfd7f295eddc3151e690c20de Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Fri, 20 May 2022 15:00:17 -0400 Subject: [PATCH] Add Felinae Felices faction, as well as fixing other ship models and refactoring a lot of code --- src/jvmMain/kotlin/starshipfights/info/views_ships.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jvmMain/kotlin/starshipfights/info/views_ships.kt b/src/jvmMain/kotlin/starshipfights/info/views_ships.kt index 76a56b9..959ecc2 100644 --- a/src/jvmMain/kotlin/starshipfights/info/views_ships.kt +++ b/src/jvmMain/kotlin/starshipfights/info/views_ships.kt @@ -13,10 +13,10 @@ private val shipsPageSidebar: PageNavSidebar } ) -suspend fun ApplicationCall.shipsPage(): HTML.() -> Unit = page("Game Manual", standardNavBar(), shipsPageSidebar) { +suspend fun ApplicationCall.shipsPage(): HTML.() -> Unit = page("Strategema Nauticum", standardNavBar(), shipsPageSidebar) { section { h1 { - foreign("la") { +"Stratagema Nauticum" } + foreign("la") { +"Strategema Nauticum" } } p { +"Here you will find an index of all ship classes in Starship Fights, with links to pages that show ship stats and appearances." -- 2.25.1