fix: remove unnecessary 'lang' attribute from style tags #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes various text corrections and style changes across multiple files to improve consistency and accuracy. The most important changes include correcting text labels for map services, fixing a typo in a theme attribute, updating date formats, and removing unnecessary attributes from style tags.
Text corrections:
content/en/event/index.vue: Corrected text labels from "Google Map" to "Google Maps" and "Apple Map" to "Apple Maps" for better accuracy.content/en/index.md: Fixed a typo in the theme attribute from "teme" to "theme" and updated the date format from "~" to "–" for consistency.content/en/index.md: Updated a link to remove the unnecessary query parameter for a cleaner URL.content/zh_tw/index.md: Updated the date format from "~" to "–" for consistency.Style changes:
content/*/sponsorship/index.md,content/*/sponsorship/parts/addon.md,content/*/sponsorship/parts/main.md: Removed thelang="css"attribute from scoped style tags as it is redundant.