Skip to content

Commit

Permalink
feat: Add new attribution component (close #391)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Oct 23, 2024
1 parent d393ac0 commit d857051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ module.exports = {
stickies: {
content: [
{ id: 'level-slider', position: 'right', offset: [40, 0], component: 'KLevelSlider' },
{ id: 'attribution', position: 'bottom-right', offset: [74, 24], component: 'KAttribution' },
{ id: 'attribution', position: 'bottom-right', offset: [80, 24], component: 'KAttribution' },
// Only for example purpose
// { id: 'site-seeker', position: 'bottom-right', offset: [16, 16], component: 'SiteSeeker' }
]
Expand Down Expand Up @@ -665,7 +665,7 @@ module.exports = {
},
stickies: {
content: [
{ id: 'attribution', position: 'bottom-right', offset: [74, 24], component: 'KAttribution' }
{ id: 'attribution', position: 'bottom-right', offset: [80, 24], component: 'KAttribution' }
]
},
fab: {
Expand Down

0 comments on commit d857051

Please sign in to comment.