Skip to content

Commit

Permalink
fix: navigation buttons in the Safari browser
Browse files Browse the repository at this point in the history
  • Loading branch information
lombervid committed Jul 28, 2024
1 parent 1ecb34f commit 008ee83
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion packages/vueginate/src/components/Icons/NextIcon.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="20"
height="20"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z"
Expand Down
9 changes: 8 additions & 1 deletion packages/vueginate/src/components/Icons/PreviousIcon.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="20"
height="20"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z"
Expand Down

0 comments on commit 008ee83

Please sign in to comment.