Skip to content

Commit 2ec5381

Browse files
committed
Test change
1 parent e0caf99 commit 2ec5381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/views/main_view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func (m *MainView) renderWelcomeCard() *CardComponent {
181181
app.H2().Text("Tutorial").Class("text-xl font-bold mb-4"),
182182
app.P().Text("This is a tool to help you generate a master prompt for your LLM agent.").Class("text-md opacity-80 mb-1"),
183183
app.P().Text("Data is stored in your browser, so you won't lose anything after refresh").Class("text-md opacity-80 mb-12"),
184-
app.P().Text("Navigate by clicking links at top.").Class("text-md opacity-80 mb-2"),
184+
app.P().Text("Navigate by clicking links at top").Class("text-md opacity-80 mb-2"),
185185
app.P().Text("You can also use arrows via your keyboard!").Class("text-md opacity-80 font-bold mb-6"),
186186
&StepsComponent{
187187
IsVertical: true,

0 commit comments

Comments
 (0)