Skip to content

Commit

Permalink
fix: renderer crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu2001 committed Nov 15, 2024
1 parent 5eb6db8 commit a86e098
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "CUMSA Website",
"name": "CUMSA",
"version": "1.4.1.0",
"author": "CUMSA",
"menus": {
Expand Down
4 changes: 2 additions & 2 deletions index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<h1>{{title}}</h1>
{{#if @config.custom.sliderButton}}
<a href="{{url}}" class="slider__btn">
<span class="slider__btn__txt">{{ translate 'slider.button' }}</span>
<span class="slider__btn__txt">Enter CUMSA</span>
<span class="slider__btn__icon">
<svg>
<use xlink:href="{{@website.assetsUrl}}/svg/svg-map.svg#arrow-next"/>
Expand Down Expand Up @@ -171,7 +171,7 @@
<h1>{{title}}</h1>
{{#if @config.custom.sliderButton}}
<a href="{{url}}" class="slider__btn">
<span class="slider__btn__txt">{{ translate 'slider.button' }}</span>
<span class="slider__btn__txt">Enter CUMSA</span>
<span class="slider__btn__icon">
<svg>
<use xlink:href="{{@website.assetsUrl}}/svg/svg-map.svg#arrow-next"/>
Expand Down
1 change: 0 additions & 1 deletion portfolio.lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
}
},
"slider": {
"button": "Read more",
"slide": "Slide %s"
},
"post": {
Expand Down

0 comments on commit a86e098

Please sign in to comment.