visortelle commented on code in PR #789:
URL: https://github.com/apache/pulsar-site/pull/789#discussion_r1488391872


##########
data/usecases.ts:
##########
@@ -0,0 +1,48 @@
+// possible icons, so far: 'user', 'arrow', 'speech' and 'check'
+
+import React, { ReactNode } from 'react';
+
+export type UseCase = {
+    icon: string;
+    title: string;
+    text: string;
+    smalltext: string;
+    docslink: string;
+    caselink: boolean;
+};
+const usecases: UseCase[] = [

Review Comment:
   ```suggestion
   const useCases: UseCase[] = [
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to