Skip to content

Commit 4b63e0d

Browse files
committed
Update WelcomeTab
1 parent 044f512 commit 4b63e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qml/WelcomeTab.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ BetterTab {
2828
Layout.fillWidth: true
2929
RichTextWithLinks { Layout.fillWidth: true; html: '<span style="font-size:30px;">RDM.dev - GUI for Redis<sup>®</sup></span>'}
3030
RichTextWithLinks { Layout.fillWidth: true; html: '<span style="font-size: 13px;"><b>Version</b> ' + Qt.application.version +'</span>' }
31-
RichTextWithLinks { Layout.fillWidth: true; html: '<span style="font-size: 11px;">Powered by awesome <a href="https://github.com/uglide/RedisDesktopManager/tree/2019/3rdparty">open-source software</a> and '
32-
+ '<br /><a href="http://icons8.com/">icons from icons8.com</a>.</span>'}
31+
RichTextWithLinks { Layout.fillWidth: true; html: '<span style="font-size: 11px;">Powered by awesome <a href="https://github.com/uglide/RedisDesktopManager/tree/2021/3rdparty">open-source software</a> and '
32+
+ '<a href="http://icons8.com/">icons8</a>.</span>'}
3333
}
3434
}
3535

0 commit comments

Comments
 (0)