Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
frontend
Commits
532c2d68
Commit
532c2d68
authored
10 months ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
vertical align
parent
a6de8610
No related branches found
No related tags found
2 merge requests
!223
reset the pin numbers before search results are fetch (so the results will be...
,
!204
Resolve "[MIN-320] opening project without permission"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/FunctionalArea/Modal/AccessDeniedModal/AccessDeniedModal.component.tsx
+2
-2
2 additions, 2 deletions
...a/Modal/AccessDeniedModal/AccessDeniedModal.component.tsx
with
2 additions
and
2 deletions
src/components/FunctionalArea/Modal/AccessDeniedModal/AccessDeniedModal.component.tsx
+
2
−
2
View file @
532c2d68
...
...
@@ -26,7 +26,7 @@ export const AccessDeniedModal: React.FC = () => {
<
div
className
=
"w-[400px] border border-t-[#E1E0E6] bg-white p-[24px]"
>
{
isAnonymousLogin
&&
(
<
div
className
=
"grid grid-cols-2 gap-2"
>
<
div
className
=
"mb-10"
>
<
div
>
<
Button
className
=
"ring-transparent hover:ring-transparent"
variantStyles
=
"secondary"
...
...
@@ -35,7 +35,7 @@ export const AccessDeniedModal: React.FC = () => {
Go back to previous page
</
Button
>
</
div
>
<
div
className
=
"
mb-10
text-center"
>
<
div
className
=
"text-center"
>
<
Button
className
=
"block w-full"
onClick
=
{
handleLogin
}
>
Login to your account
</
Button
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment