@@ -66,9 +66,9 @@ export function HorizontalTabs({
key={hydratedHref}
href={isProfessional ? "#" : hydratedHref}
className={cn(
- "px-4 py-2 text-sm font-medium transition-colors whitespace-nowrap",
+ "px-4 py-2 text-sm font-medium transition-colors whitespace-nowrap relative",
isActive
- ? "border-b-2 border-primary text-primary"
+ ? "text-primary after:absolute after:bottom-0 after:left-0 after:right-0 after:h-0.75 after:bg-primary after:rounded-full"
: "text-muted-foreground hover:text-foreground",
isDisabled && "cursor-not-allowed"
)}
diff --git a/src/components/ResourceInfoBox.tsx b/src/components/ResourceInfoBox.tsx
index e0b81f79..6ef7521f 100644
--- a/src/components/ResourceInfoBox.tsx
+++ b/src/components/ResourceInfoBox.tsx
@@ -32,6 +32,12 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) {
+
+ URL
+
+
+
+
{t("identifier")}
@@ -62,15 +68,6 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) {
)}
-
- URL
-
-
-
-
{/* {isEnabled && (
Socket
diff --git a/src/components/SettingsSectionTitle.tsx b/src/components/SettingsSectionTitle.tsx
index e7d9b7e9..8e507358 100644
--- a/src/components/SettingsSectionTitle.tsx
+++ b/src/components/SettingsSectionTitle.tsx
@@ -11,7 +11,7 @@ export default function SettingsSectionTitle({
}: SettingsSectionTitleProps) {
return (
[] = [
+ {
+ accessorKey: "title",
+ friendlyName: t("title"),
+ header: ({ column }) => {
+ return (
+
+ );
+ }
+ },
{
accessorKey: "resourceName",
enableHiding: false,
@@ -135,23 +152,6 @@ export default function ShareLinksTable({
);
}
},
- {
- accessorKey: "title",
- friendlyName: t("title"),
- header: ({ column }) => {
- return (
-
- );
- }
- },
// {
// accessorKey: "domain",
// header: "Link",