Skip to content

Commit

Permalink
Add gripworks summit
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Aug 30, 2023
1 parent ff20fec commit 7c66fbf
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions src/assets/hangboards/GRIPWORKSSUMMIT.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/helpers/hangboards.js
Original file line number Diff line number Diff line change
Expand Up @@ -6934,15 +6934,15 @@ export default [
{
name: 'Summit v3.5',
id: 0,
image: 'hangboards/NOTFOUND.svg',
image: 'hangboards/GRIPWORKSSUMMIT.svg',
size: {
x: 660,
y: 185,
z: 45
},
type: 'wood',
url: 'https://www.gripworks.cz/summit/',
holds: 0
holds: 13
},
{
name: 'HoldOn v3.0',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/brands/BrandsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ useHead({
<v-container>
<v-row>
<v-col cols="12">
<map-container :markers="getCompanies" :zoom="2" />
<map-container :markers="getCompanies" :zoom="1" />
</v-col>
</v-row>
<v-row>
Expand Down

0 comments on commit 7c66fbf

Please sign in to comment.