Skip to content

Commit

Permalink
img title fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeiranLv committed May 29, 2024
1 parent 718169c commit d1e6372
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

.icon-display .icon:not(.lx-empty):hover {
background-color: var(--color-region-hover-background);
border-radius: 50%;
border-radius: 50%;
cursor: pointer;
}

Expand Down
2 changes: 1 addition & 1 deletion src/views/jl21080/lu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
volutpat sed libero at, rutrum semper elit. Nam at.
</LxRow>
<LxRow :column-span="1">
<img src="./img/Coat_of_Arms_of_Riga_small.svg.png" alt="Rīgas ģērbonis">
<img src="./img/Coat_of_Arms_of_Riga_small.png" alt="Rīgas ģērbonis">
</LxRow>
<LxRow :column-span="4">
<img src="./img/lu.jpg" alt="Latvijas Universitāte">
Expand Down
2 changes: 1 addition & 1 deletion src/views/jl21080/riga.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
volutpat sed libero at, rutrum semper elit. Nam at.
</LxRow>
<LxRow :column-span="1">
<img src="./img/Coat_of_Arms_of_Riga_small.svg.png" alt="Rīgas ģērbonis">
<img src="./img/Coat_of_Arms_of_Riga_small.png" alt="Rīgas ģērbonis">
</LxRow>
<LxRow :column-span="4">
<img src="./img/riga.jpg" alt="Rīga">
Expand Down
2 changes: 1 addition & 1 deletion src/views/jl21080/rigahome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
volutpat sed libero at, rutrum semper elit. Nam at.
</LxRow>
<LxRow :column-span="1">
<img src="./img/Coat_of_Arms_of_Riga_small.svg.png" alt="Rīgas ģērbonis">
<img src="./img/Coat_of_Arms_of_Riga_small.png" alt="Rīgas ģērbonis">
</LxRow>
<LxRow :column-span="4">
<img src="./img/rigahome.jpg" alt="Mājas Rīgā">
Expand Down

0 comments on commit d1e6372

Please sign in to comment.