update eslint and prettier
This commit is contained in:
parent
73fdec95ef
commit
060f413336
8 changed files with 260 additions and 377 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@import 'tailwindcss';
|
||||
|
||||
@plugin "daisyui" {
|
||||
@plugin 'daisyui' {
|
||||
themes:
|
||||
nord --default,
|
||||
forest --prefersdark;
|
||||
|
|
|
|||
|
|
@ -56,8 +56,7 @@
|
|||
name="message"
|
||||
form="contact"
|
||||
class="textarea textarea-bordered h-full min-h-48 w-full resize-none"
|
||||
placeholder="Message"
|
||||
></textarea>
|
||||
placeholder="Message"></textarea>
|
||||
</div>
|
||||
|
||||
<button disabled={loading} type="submit" class="btn btn-primary transition-colors duration-400">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue