Skip to content

Commit ab563e1

Browse files
committed
Move arrow to left of rate
1 parent 34fcdb9 commit ab563e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async function handle_request_dollar_api() {
9999

100100
// Sent text in Widget
101101
panelButtonText = new St.Label({
102-
text: "ZAR:$ " + dollarQuotation + " " + upDownIcon,
102+
text: "ZAR:$ " + upDownIcon + " " + dollarQuotation,
103103
y_align: Clutter.ActorAlign.CENTER,
104104
});
105105
panelButton.set_child(panelButtonText);

0 commit comments

Comments
 (0)