Skip to content

Commit 7b17379

Browse files
committed
fix svg attributes in Welcome page
1 parent 94f9199 commit 7b17379

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/js/pages/Welcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ withDefaults(
8686
>
8787
<span>Documentation</span>
8888
<svg
89-
width="{10}"
90-
height="{11}"
89+
width="10"
90+
height="11"
9191
viewBox="0 0 10 11"
9292
fill="none"
9393
xmlns="http://www.w3.org/2000/svg"
@@ -125,8 +125,8 @@ withDefaults(
125125
>
126126
<span>Laracasts</span>
127127
<svg
128-
width="{10}"
129-
height="{11}"
128+
width="10"
129+
height="11"
130130
viewBox="0 0 10 11"
131131
fill="none"
132132
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)