apolinario commited on
Commit
28ea870
·
verified ·
1 Parent(s): 00efe41

Upload page.tsx

Browse files
Files changed (1) hide show
  1. ui/src/app/dashboard/page.tsx +28 -18
ui/src/app/dashboard/page.tsx CHANGED
@@ -59,26 +59,36 @@ export default function Dashboard() {
59
  </Link>
60
  </div>
61
  ) : (
62
- <div className="flex flex-col gap-4 text-sm">
63
- <p className="text-sm text-gray-300">
64
- If you are joining for the hackathon, make sure you registered at the hackathon{' '}<a href="https://bfl-kontext-dev.devpost.com/" target="_blank" rel="noopener noreferrer" className="text-blue-400 underline">here</a>{' '}, and please join this{' '}
65
- <a
66
- href="https://huggingface.co/organizations/lora-training-frenzi/share/kEyyVNQXBPWqmARdwHFVdIiFqqONHZPOtz"
67
- target="_blank"
68
- rel="noopener noreferrer"
69
- className="text-blue-400 underline"
70
- >
71
- organization
72
- </a>{' '}
73
- and authorize the <code className="bg-gray-800 px-1 rounded">lorafrenzi</code> organization when logging in.
74
- </p>
75
  <div className="flex flex-wrap items-start gap-4">
76
  <HFLoginButton size="md" />
77
- <img
78
- src="https://huggingface.co/spaces/multimodalart/ai-toolkit/resolve/main/add_org_to_oauth.png"
79
- alt="Authorize lorafrenzi organization"
80
- className="max-w-xs rounded border border-gray-800"
81
- />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  </div>
83
  <Link
84
  href="/settings"
 
59
  </Link>
60
  </div>
61
  ) : (
62
+ <div className="flex flex-col gap-2 text-sm">
 
 
 
 
 
 
 
 
 
 
 
 
63
  <div className="flex flex-wrap items-start gap-4">
64
  <HFLoginButton size="md" />
65
+ <div className="flex flex-col gap-2 text-sm text-gray-300 max-w-sm">
66
+ <p>
67
+ If you are joining for the hackathon, make sure you registered at the{' '}
68
+ <a
69
+ href="https://bfl-kontext-dev.devpost.com"
70
+ target="_blank"
71
+ rel="noopener noreferrer"
72
+ className="text-blue-400 underline"
73
+ >
74
+ hackathon here
75
+ </a>, and please join this{' '}
76
+ <a
77
+ href="https://huggingface.co/organizations/lora-training-frenzi/share/kEyyVNQXBPWqmARdwHFVdIiFqqONHZPOtz"
78
+ target="_blank"
79
+ rel="noopener noreferrer"
80
+ className="text-blue-400 underline"
81
+ >
82
+ organization
83
+ </a>{' '}
84
+ and authorize the <code className="bg-gray-800 px-1 rounded">lorafrenzi</code> organization when logging in.
85
+ </p>
86
+ <img
87
+ src="https://huggingface.co/spaces/multimodalart/ai-toolkit/resolve/main/add_org_to_oauth.png"
88
+ alt="Authorize lorafrenzi organization"
89
+ className="max-w-sm rounded border border-gray-800"
90
+ />
91
+ </div>
92
  </div>
93
  <Link
94
  href="/settings"