Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 7a4adbf

Browse files
committed
Update WelcomeView.swift
1 parent a4ff926 commit 7a4adbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snip/Components/Welcome/WelcomeView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct WelcomeView: View {
3838
.foregroundColor(themeTextColor)
3939
.padding(EdgeInsets(top: 16, leading: 0, bottom: 16, trailing: 0))
4040
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")
4242
.font(Font.custom("CourierNewPSMT", size: 12))
4343
.foregroundColor(themeTextColor)
4444
Spacer()

0 commit comments

Comments
 (0)