mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
Merge branch 'main' into boris/dev-1205-trace-rules
This commit is contained in:
@@ -10,6 +10,12 @@ export type VersionEntry = {
|
||||
}
|
||||
|
||||
const VERSIONS: VersionEntry[] = [
|
||||
{
|
||||
date: `2026-07-26T19:06:47+00:00`,
|
||||
product: 'web',
|
||||
body: `## Changed
|
||||
- Changed review estimate text from 24–48 hours to within a week, to set more realistic expectations for now.`,
|
||||
},
|
||||
{
|
||||
date: `2026-07-26T01:32:43+00:00`,
|
||||
product: 'web',
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<span class="inline-flex items-center gap-1 font-semibold text-secondary">
|
||||
<span class="inline-flex items-center gap-1 align-middle font-semibold text-secondary">
|
||||
<component :is="icon" v-if="icon" :aria-hidden="true" class="shrink-0" />
|
||||
{{ formattedName }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user