File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,9 @@ export default function App() {
133133 </ Card >
134134 </ div >
135135
136- < LibraryFeatureHighlights featureHighlights = { routerProject . featureHighlights } />
136+ < LibraryFeatureHighlights
137+ featureHighlights = { routerProject . featureHighlights }
138+ />
137139
138140 < LibraryTestimonials testimonials = { routerProject . testimonials } />
139141
Original file line number Diff line number Diff line change @@ -88,7 +88,9 @@ function VersionIndex() {
8888 < GamHeader />
8989 </ AdGate >
9090
91- < LibraryFeatureHighlights featureHighlights = { startProject . featureHighlights } />
91+ < LibraryFeatureHighlights
92+ featureHighlights = { startProject . featureHighlights }
93+ />
9294
9395 < LibraryTestimonials testimonials = { startProject . testimonials } />
9496
Original file line number Diff line number Diff line change @@ -390,7 +390,9 @@ table.getRowModel().rows.forEach((row) => {
390390 </ Card >
391391 </ div >
392392
393- < LibraryFeatureHighlights featureHighlights = { tableProject . featureHighlights } />
393+ < LibraryFeatureHighlights
394+ featureHighlights = { tableProject . featureHighlights }
395+ />
394396
395397 < LibraryTestimonials testimonials = { tableProject . testimonials } />
396398
Original file line number Diff line number Diff line change @@ -201,7 +201,9 @@ export class VirtualList extends LitElement {
201201 </ Card >
202202 </ div >
203203
204- < LibraryFeatureHighlights featureHighlights = { virtualProject . featureHighlights } />
204+ < LibraryFeatureHighlights
205+ featureHighlights = { virtualProject . featureHighlights }
206+ />
205207
206208 < LibraryTestimonials testimonials = { virtualProject . testimonials } />
207209
You can’t perform that action at this time.
0 commit comments