Skip to content

Commit

Permalink
Merge branch 'develop' into bug_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dattatraya-inflection authored Dec 19, 2024
2 parents 2dcc47a + a95fb0d commit 3214b24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/users/[userId]/notifications/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -342,12 +342,13 @@
</td>
</tr> -->
<tr class="!border-b !border-b-secondary-100 dark:!border-b-surface-700">
<td>Url</td>
<td>URL</td>
<td>
<input
type="url"
name="url"
class="input w-full"
placeholder="Enter url here..."
bind:value={url}
/>
</td>
Expand Down

0 comments on commit 3214b24

Please sign in to comment.