Skip to content

Commit

Permalink
chore: update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Jun 2, 2024
1 parent 173359f commit ab01a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playground/pages/fetch-examples.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<div style="display: inline-flex;">
<div style="display: inline-flex; gap: 1rem;">
<NuxtLink to="/">
Home
</NuxtLink>
Expand Down
2 changes: 1 addition & 1 deletion playground/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<div style="display: inline-flex;">
<div style="display: inline-flex; gap: 1rem;">
<NuxtLink to="/fetch-examples">
Fetch examples
</NuxtLink>
Expand Down
2 changes: 1 addition & 1 deletion playground/pages/ws-examples.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<div style="display: inline-flex;">
<div style="display: inline-flex; gap: 1rem;">
<NuxtLink to="/">
Home
</NuxtLink>
Expand Down

0 comments on commit ab01a55

Please sign in to comment.