File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments