@@ -20,7 +20,7 @@ function applyBrandCss(directory) {
|
||||
}
|
||||
|
||||
function brandBanner(directory) {
|
||||
const row = new Adw.ActionRow({ title: BRAND.product, subtitle: BRAND.tagline });
|
||||
const row = new Adw.ActionRow({ title: BRAND.product, subtitle: `${BRAND.tagline} · ${BRAND.publisher}` });
|
||||
try {
|
||||
const image = Gtk.Image.new_from_file(`${directory}/brand/icons/jarvis-mark.svg`);
|
||||
image.set_pixel_size(36);
|
||||
|
||||
Reference in New Issue
Block a user