We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fcdb9 commit ab563e1Copy full SHA for ab563e1
extension.js
@@ -99,7 +99,7 @@ async function handle_request_dollar_api() {
99
100
// Sent text in Widget
101
panelButtonText = new St.Label({
102
- text: "ZAR:$ " + dollarQuotation + " " + upDownIcon,
+ text: "ZAR:$ " + upDownIcon + " " + dollarQuotation,
103
y_align: Clutter.ActorAlign.CENTER,
104
});
105
panelButton.set_child(panelButtonText);
0 commit comments