Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
chore: fix android java version
Browse files Browse the repository at this point in the history
  • Loading branch information
charlee-dev committed Jul 1, 2024
1 parent 17ada87 commit 2e87dfb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
Binary file modified apps/admin/web/.kobweb/server/server.jar
Binary file not shown.
3 changes: 0 additions & 3 deletions apps/admin/web/.kobweb/server/state.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions apps/admin/web/src/jsMain/kotlin/AppStyles.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package web

import com.varabyte.kobweb.compose.css.FontWeight
import com.varabyte.kobweb.compose.ui.Modifier
import com.varabyte.kobweb.compose.ui.modifiers.color
Expand Down
2 changes: 0 additions & 2 deletions apps/admin/web/src/jsMain/kotlin/AppTheme.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package web

import androidx.compose.runtime.Composable
import com.varabyte.kobweb.compose.ui.graphics.Color
import com.varabyte.kobweb.compose.ui.graphics.Colors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ fun FreeSection() {
leftRight = 24.px
)
) {
Spa
AddItem(
title = getString(Strings.FreeShipping),
description = getString(Strings.OnAllOrdersOver),
Expand Down

0 comments on commit 2e87dfb

Please sign in to comment.