File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -113,27 +113,27 @@ function normalizeP5ReferenceLinks(html: string | undefined): string | undefined
113113>
114114 <div class =" content-grid mt-0 max-w-[770px]" >
115115 <div class =" col-span-9 xl:min-w-[1000px]" >
116- { entry .data .beta && (
116+ { entry .data .webgpuOnly && (
117117 <div class = " experimental" >
118118 <h5 >
119119 <div
120120 class = " inline-block mr-2 w-[20px] h-[20px] mb-[-2px]"
121- set :html = { flask }
121+ set :html = { warning }
122122 />
123- { t (' experimentalApi ' , ' title ' )}
123+ { t (' webgpuAddon ' )}
124124 </h5 >
125- <p >{ t (' experimentalApi' , ' description' )} </p >
126125 </div >
127126 )}
128- { entry .data .webgpuOnly && (
127+ { entry .data .beta && (
129128 <div class = " experimental" >
130129 <h5 >
131130 <div
132131 class = " inline-block mr-2 w-[20px] h-[20px] mb-[-2px]"
133- set :html = { warning }
132+ set :html = { flask }
134133 />
135- { t (' webgpuAddon ' )}
134+ { t (' experimentalApi ' , ' title ' )}
136135 </h5 >
136+ <p >{ t (' experimentalApi' , ' description' )} </p >
137137 </div >
138138 )}
139139 { entry .data .deprecated && (
You can’t perform that action at this time.
0 commit comments