This repository was archived by the owner on Sep 12, 2024. It is now read-only.
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 @@ -38,7 +38,7 @@ struct WelcomeView: View {
38
38
. foregroundColor ( themeTextColor)
39
39
. padding ( EdgeInsets ( top: 16 , leading: 0 , bottom: 16 , trailing: 0 ) )
40
40
HStack {
41
- Text ( " - Improved performances \n - Added Dart support \n - Fix deeplinks \n - Added localization (en/de by David Keulert) \n - Added tags category on sidebar \n - Added synced from Gist category on sidebar \n - Added Gist sync \n - Added autocomplete (ctrl+space) \n - Added auto indent shortcut (ctrl+I) \n - Added other keyboard shortcuts \n - Fixed UI bugs " )
41
+ Text ( " - Improved performances \n - Added Dart support \n - Fix deeplinks \n - Added localization (en/de by David Keulert) \n - Added tags category on sidebar \n - Added synced from Gist category on sidebar \n - Added Gist sync \n - Added autocomplete (ctrl+space) \n - Added auto indent shortcut (ctrl+I) \n - Added other keyboard shortcuts \n - Fixed UI bugs \n - Share code as a carbon.now.sh code screenshot " )
42
42
. font ( Font . custom ( " CourierNewPSMT " , size: 12 ) )
43
43
. foregroundColor ( themeTextColor)
44
44
Spacer ( )
You can’t perform that action at this time.
0 commit comments