diff --git a/playwright/ci-test/tests/01-landing-page.spec.ts b/playwright/ci-test/tests/01-landing-page.spec.ts index 03f54453..a5a530b8 100644 --- a/playwright/ci-test/tests/01-landing-page.spec.ts +++ b/playwright/ci-test/tests/01-landing-page.spec.ts @@ -57,7 +57,7 @@ test('landing page', async ({ page }) => { await expect(page.locator('header')).toContainText('Sustaining Members'); - await expect(page.locator('#twitter').getByRole('link')).toBeVisible(); + await expect(page.locator('#mastodon').getByRole('link')).toBeVisible(); await expect(page.locator('#facebook').getByRole('link')).toBeVisible(); diff --git a/playwright/ci-test/tests/02-plugins.spec.ts b/playwright/ci-test/tests/02-plugins.spec.ts index 6fa5f1ae..7d7b75a6 100644 --- a/playwright/ci-test/tests/02-plugins.spec.ts +++ b/playwright/ci-test/tests/02-plugins.spec.ts @@ -99,7 +99,7 @@ test('plugins', async ({ page }) => { await expect(page.getByRole('contentinfo')).toBeVisible(); - await expect(page.locator('#twitter').getByRole('link')).toBeVisible(); + await expect(page.locator('#mastodon').getByRole('link')).toBeVisible(); await expect(page.locator('#facebook').getByRole('link')).toBeVisible(); diff --git a/playwright/ci-test/tests/09-planet-tab.spec.ts b/playwright/ci-test/tests/09-planet-tab.spec.ts index 23ec9ccb..d0e35bb1 100644 --- a/playwright/ci-test/tests/09-planet-tab.spec.ts +++ b/playwright/ci-test/tests/09-planet-tab.spec.ts @@ -41,7 +41,7 @@ test('test planet tab', async ({ page }) => { await expect(page.locator('h3')).toContainText('Sustaining Members'); - await expect(page.locator('#twitter').getByRole('link')).toBeVisible(); + await expect(page.locator('#mastodon').getByRole('link')).toBeVisible(); await expect(page.locator('#facebook').getByRole('link')).toBeVisible(); diff --git a/qgis-app/static/style/new/images/footer-mastodon.svg b/qgis-app/static/style/new/images/footer-mastodon.svg new file mode 100644 index 00000000..b22cab12 --- /dev/null +++ b/qgis-app/static/style/new/images/footer-mastodon.svg @@ -0,0 +1,3 @@ + diff --git a/qgis-app/static/style/new/images/footer-twitter.png b/qgis-app/static/style/new/images/footer-twitter.png deleted file mode 100644 index a08180b4..00000000 Binary files a/qgis-app/static/style/new/images/footer-twitter.png and /dev/null differ diff --git a/qgis-app/static/style/new/qgis-style-updated.css b/qgis-app/static/style/new/qgis-style-v1.0.css similarity index 99% rename from qgis-app/static/style/new/qgis-style-updated.css rename to qgis-app/static/style/new/qgis-style-v1.0.css index c5a821ac..14696b6c 100755 --- a/qgis-app/static/style/new/qgis-style-updated.css +++ b/qgis-app/static/style/new/qgis-style-v1.0.css @@ -264,8 +264,8 @@ select#languages option { padding: 0; width: 30px; } -.footer #twitter { - background: url("images/footer-twitter.png") no-repeat scroll 0 0 transparent; +.footer #mastodon { + background: url("images/footer-mastodon.svg") no-repeat scroll 0 0 transparent; } .footer #facebook { background: url("images/footer-facebook.png") no-repeat scroll 0 0 transparent; diff --git a/qgis-app/templates/base.html b/qgis-app/templates/base.html index 9f783937..125cac8b 100644 --- a/qgis-app/templates/base.html +++ b/qgis-app/templates/base.html @@ -11,7 +11,7 @@ - + @@ -161,7 +161,7 @@