Skip to content

Commit

Permalink
Merge pull request #245 from Xpirix/remove_twitter
Browse files Browse the repository at this point in the history
Replace twitter with Mastodon
  • Loading branch information
timlinux committed May 14, 2024
2 parents 3aadbe2 + 550e156 commit 6cb07e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions content/community/organisation/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ Flickr Groups
**Groupstarters:** Nathan W, Anita G, Matieu


Twitter
Mastodon
-------------------------------------------

{{< rich-list listLink="https://twitter.com/qgis" layoutClass="half" listTitle="Twitter" listSubtitle="https://twitter.com/qgis" >}}
{{< rich-list listLink="https://fosstodon.org/@qgis" layoutClass="half" listTitle="Mastodon" listSubtitle="https://fosstodon.org/@qgis" >}}

**Responsible:** Nathan W, Anita G

Expand Down
1 change: 0 additions & 1 deletion playwright/ci-test/tests/01-home-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ test.describe("Home page", () => {
await expect(footer.goodiesLink).toBeVisible();
await expect(footer.logoImage).toBeVisible();
await expect(footer.facebookLink).toBeVisible();
await expect(footer.twitterLink).toBeVisible();
await expect(footer.youtubeLink).toBeVisible();
await expect(footer.mapstodonLink).toBeVisible();
await expect(footer.ghLink).toBeVisible();
Expand Down
2 changes: 0 additions & 2 deletions playwright/ci-test/tests/fixtures/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class Footer {
public readonly goodiesLink: Locator;
public readonly logoImage: Locator;
public readonly facebookLink: Locator;
public readonly twitterLink: Locator;
public readonly youtubeLink: Locator;
public readonly mapstodonLink: Locator;
public readonly ghLink: Locator;
Expand Down Expand Up @@ -118,7 +117,6 @@ export class Footer {
this.goodiesLink = this.page.getByRole("link", { name: "Goodies" });
this.logoImage = this.page.getByRole("img", { name: "Logo" });
this.facebookLink = this.page.getByRole("link", { name: "" });
this.twitterLink = this.page.getByRole("link", { name: "" });
this.youtubeLink = this.page.getByRole("link", { name: "" });
this.mapstodonLink = this.page
.locator("div:nth-child(2) > div:nth-child(2) > a:nth-child(4)")
Expand Down
5 changes: 1 addition & 4 deletions themes/hugo-bulma-blocks-theme/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,10 @@
<a class="has-text-white" href="https://www.facebook.com/profile.php?id=100057434859831">
<i class="fa-brands fa-square-facebook"></i>
</a>
<a class="has-text-white" href="https://twitter.com/qgis">
<i class="fa-brands fa-square-twitter"></i>
</a>
<a class="has-text-white" href="https://www.youtube.com/@qgishome">
<i class="fa-brands fa-youtube"></i>
</a>
<a class="has-text-white" href="https://mapstodon.space/@qgis@fosstodon.org">
<a class="has-text-white" href="https://fosstodon.org/@qgis">
<i class="fa-brands fa-foss"></i>
</a>
<a class="has-text-white" href="https://github.com/qgis/">
Expand Down

0 comments on commit 6cb07e2

Please sign in to comment.