Skip to content

Commit

Permalink
feat: sys-footer add "Sustainability" link (#22)
Browse files Browse the repository at this point in the history
update link ordering

update browser tests
  • Loading branch information
burden authored Sep 11, 2023
1 parent 70ad786 commit 47c7ecc
Show file tree
Hide file tree
Showing 25 changed files with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/components/sys-footerbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
Support
</a>

<a
href="http://blog.system76.com"
<component
:is="linkComponent(urlShipping)"
v-bind="linkAttributes(urlShipping)"
:class="$style.link"
>
Blog
</a>
Shipping
</component>

<component
:is="linkComponent(urlCareers)"
Expand All @@ -41,19 +42,19 @@

<div :class="$style.links">
<component
:is="linkComponent(urlSpecials)"
v-bind="linkAttributes(urlSpecials)"
:is="linkComponent(urlAbout)"
v-bind="linkAttributes(urlAbout)"
:class="$style.link"
>
Specials
About Us
</component>

<component
:is="linkComponent(urlAbout)"
v-bind="linkAttributes(urlAbout)"
:is="linkComponent(urlSustainability)"
v-bind="linkAttributes(urlSustainability)"
:class="$style.link"
>
About Us
Sustainability
</component>

<component
Expand All @@ -64,13 +65,12 @@
Privacy & Legal
</component>

<component
:is="linkComponent(urlShipping)"
v-bind="linkAttributes(urlShipping)"
<a
href="http://blog.system76.com"
:class="$style.link"
>
Shipping
</component>
Blog
</a>
</div>
<div :class="$style.connections">
<div>
Expand Down Expand Up @@ -379,9 +379,9 @@ export default {
default: '/careers'
},
urlSpecials: {
urlSustainability: {
type: String,
default: '/specials'
default: '/sustainability'
},
urlShipping: {
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.
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.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/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/thumbnails/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/thumbnails/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/thumbnails/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/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 47c7ecc

Please sign in to comment.