Skip to content

Commit

Permalink
Use Square for test
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Sep 1, 2023
1 parent 3466060 commit 168fe27
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import io.github.droidkaigi.confsched2023.model.SideEvent.MarkColor.Orange
import io.github.droidkaigi.confsched2023.model.SideEvent.MarkColor.Pink
import io.github.droidkaigi.confsched2023.model.SideEvent.MarkShape.Circle
import io.github.droidkaigi.confsched2023.model.SideEvent.MarkShape.Favorite
import io.github.droidkaigi.confsched2023.model.SideEvent.MarkShape.Square
import kotlinx.collections.immutable.persistentListOf

public data class SideEvent(
Expand Down Expand Up @@ -67,7 +68,7 @@ val SideEvents = persistentListOf(
enTitle = "DAY1-DAY2 10:00-11:00",
),
markColor = Blue,
markShape = Circle,
markShape = Square,
link = null,
imageLink = null,
),
Expand Down

0 comments on commit 168fe27

Please sign in to comment.