fix 404 on author url

This commit is contained in:
gcbw 2022-01-28 12:23:09 -08:00
parent ccfbfb4af8
commit 188e4aaeb8
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ const AboutPage = new GObject.Class({
leftBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.END, justify: Gtk.Justification.RIGHT, leftBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.END, justify: Gtk.Justification.RIGHT,
use_markup: true, label: "<small>" + _GTK("Created by") + "</small>" })); use_markup: true, label: "<small>" + _GTK("Created by") + "</small>" }));
rightBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.START, justify: Gtk.Justification.LEFT, rightBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.START, justify: Gtk.Justification.LEFT,
use_markup: true, label: "<small><a href=\"https://codeber.org/abak\">Abakkk</a></small>" })); use_markup: true, label: "<small><a href=\"https://codeberg.org/abak\">Abakkk</a></small>" }));
creditBox.append(leftBox); creditBox.append(leftBox);
creditBox.append(rightBox); creditBox.append(rightBox);
vbox.append(creditBox); vbox.append(creditBox);