Skip to content

Commit

Permalink
chore: Remove Telegram link from sys-footerbar
Browse files Browse the repository at this point in the history
chore: Remove Telegram link from sys-footerbar
  • Loading branch information
burden authored Aug 16, 2022
2 parents 36b9f2f + a5a3f7e commit c5beadd
Show file tree
Hide file tree
Showing 27 changed files with 69 additions and 46 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 16

- name: Install
run: npm ci
run: npm ci --legacy-peer-deps

- name: Lint
run: npm run lint
Expand All @@ -37,7 +37,7 @@ jobs:
node-version: 16

- name: Install
run: npm ci
run: npm ci --legacy-peer-deps

- name: Test
run: npm run test
Expand All @@ -61,7 +61,7 @@ jobs:
key: ${{ github.run_id }}-docs

- name: Install
run: npm ci
run: npm ci --legacy-peer-deps

- name: Build
run: npm run build
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
key: ${{ github.run_id }}-docs

- name: Install
run: npm ci
run: npm ci --legacy-peer-deps

- name: Test
run: |
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
key: ${{ github.run_id }}-docs

- name: Install
run: npm ci
run: npm ci --legacy-peer-deps

- name: Test
run: npx testcafe ${{ matrix.browser }} test/browser/**
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
node-version: 16

- name: Install
run: npm ci
run: npm ci --legacy-peer-deps

- name: Build
run: npm run build
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
node-version: 16

- name: Install
run: npm ci
run: npm ci --legacy-peer-deps

- name: Build
run: npm run build
Expand Down
87 changes: 61 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 1 addition & 13 deletions src/components/sys-footerbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,6 @@
<font-awesome-icon :icon="faInstagram" />
</a>

<a
aria-label="Telegram"
href="https://telegram.me/system76_news"
rel="noopener"
target="_blank"
title="Telegram"
:class="$style.social"
>
<font-awesome-icon :icon="faTelegram" />
</a>

<a
aria-label="Twitter"
href="https://twitter.com/system76/"
Expand Down Expand Up @@ -374,7 +363,7 @@
</style>

<script>
import { faFacebook, faGithub, faInstagram, faTelegram, faTwitter } from '@fortawesome/free-brands-svg-icons'
import { faFacebook, faGithub, faInstagram, faTwitter } from '@fortawesome/free-brands-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
export default {
Expand Down Expand Up @@ -450,7 +439,6 @@ export default {
faFacebook: () => faFacebook,
faGithub: () => faGithub,
faInstagram: () => faInstagram,
faTelegram: () => faTelegram,
faTwitter: () => faTwitter
},
Expand Down
Binary file modified test/screenshots/tests/sys-footerbar/default-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/default-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/default-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/default-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/default-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/default-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/default-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/default-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/with-text-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/with-text-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-button-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-button-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-button-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-button-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-text-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-text-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-text-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-text-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5beadd

Please sign in to comment.