new-site#18
Conversation
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, please upgrade to Bugbot Pro by visiting the Cursor dashboard. Your first 14 days will be free!
| 1.48 0 1.07-.01 1.93-.01 2.19 0 .21.14.46.55.38A7.972 7.972 0 0 0 16 8.199a8 8 0 0 0-8-8Z" | ||
| /> | ||
| </svg> | ||
| </a> |
| "./src/**/*.{vue,js,ts,jsx,tsx}", | ||
| ], | ||
| purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], | ||
| darkMode: true, |
There was a problem hiding this comment.
Bug: Tailwind Config: Deprecated purge and Invalid darkMode
The Tailwind configuration includes the deprecated purge property, which is redundant with the content property already defined and can cause configuration conflicts. Also, darkMode: true is an invalid setting; Tailwind expects 'media', 'class', or false, and the current value prevents proper dark mode functionality.
| }, | ||
| content: [ | ||
| ], | ||
| }) |
| >Apr 30, 2024</time | ||
| > | ||
| </template> | ||
| <script setup lang="ts"></script> |
There was a problem hiding this comment.
Bug: Icon Components Display Incorrect Content
The IconCommunity, IconEcosystem, and IconTooling components are rendering <time> elements with dates or text (e.g., 'Stage 1') instead of actual SVG icons. This is unexpected for files named as icons; IconTooling.vue even includes a Material Design comment while displaying a date.
Uh oh!
There was an error while loading. Please reload this page.