summaryrefslogtreecommitdiff
path: root/webapp/components/backend-tag.tsx
diff options
context:
space:
mode:
authorIlan Bigio <ilan@openai.com>2024-12-16 13:06:08 -0800
committerIlan Bigio <ilan@openai.com>2024-12-19 16:08:22 -0500
commit20009aed53d8864c9204d43a17895168a777d2cc (patch)
tree754dded819869bc34a8a2a02c66ea72dac1ccd24 /webapp/components/backend-tag.tsx
Initial commit
Diffstat (limited to 'webapp/components/backend-tag.tsx')
-rw-r--r--webapp/components/backend-tag.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/components/backend-tag.tsx b/webapp/components/backend-tag.tsx
new file mode 100644
index 0000000..722a00a
--- /dev/null
+++ b/webapp/components/backend-tag.tsx
@@ -0,0 +1,7 @@
+import React from "react";
+
+export const BackendTag = () => (
+ <span className="ml-2 text-xs text-green-600 border border-green-600 rounded px-1 py-[1px]">
+ backend
+ </span>
+);