Skip to content

Commit 636fbe1

Browse files
authored
Merge pull request #50 from CodeandoMexico/feat/authors
correction aviso de privacidad
2 parents a81ca22 + 7bc7097 commit 636fbe1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/routes/aviso-de-privacidad/+page.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
let finalDate = formattedDate.toLocaleString(locale, { weekday: 'long', day: 'numeric', month: 'long', year: 'numeric' })
1010
return finalDate
1111
}
12-
console.log(aviso)
1312
</script>
14-
<style>
15-
#aviso ul {
16-
list-style-type: disc !important;
17-
}
18-
</style>
1913
2014
<div id="aviso" class="container mx-auto py-20">
2115
<div class="w-10/12 p-5 mx-auto w-1/2 mx-auto bg-[url('/grid-bg.png')] bg-slate-200 prose" style={`box-shadow: 7px 7px 1px black;`}>

0 commit comments

Comments
 (0)