Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Entwicklungsportal - ARCHIVED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FIT-Connect
Entwicklungsportal - ARCHIVED
Commits
8913b0d0
Commit
8913b0d0
authored
2 years ago
by
René Rösner
Browse files
Options
Downloads
Patches
Plain Diff
Feat: Gave fix size to arrows(
planning#354
)
parent
d24daf9d
No related branches found
Branches containing commit
No related tags found
1 merge request
!25
planning#354: Changed default font to avira next and uses semibold styles for headlines
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
views/FeaturedApiModules.tsx
+2
-2
2 additions, 2 deletions
views/FeaturedApiModules.tsx
with
2 additions
and
2 deletions
views/FeaturedApiModules.tsx
+
2
−
2
View file @
8913b0d0
...
...
@@ -119,7 +119,7 @@ export default () => {
<
div
className
=
"p-6 bg-gray-50 rounded-bl-2xl rounded-br-2xl md:px-8"
>
<
Link
href
=
"/resources"
passHref
>
<
a
className
=
"text-base font-bold text-yellow-400 hover:text-yellow-600"
>
Zu den Entwicklungsressourcen
<
span
className
=
"font-extrabold"
aria-hidden
=
"true"
>
→
</
span
>
Zu den Entwicklungsressourcen
<
span
className
=
"font-extrabold
text-base
"
aria-hidden
=
"true"
>
→
</
span
>
</
a
>
</
Link
>
</
div
>
...
...
@@ -156,7 +156,7 @@ export default () => {
href
=
{
link
.
href
}
className
=
"text-base font-medium text-yellow-400 hover:text-yellow-600"
>
Mehr erfahren
<
span
className
=
"font-extrabold"
aria-hidden
=
"true"
>
→
</
span
>
Mehr erfahren
<
span
className
=
"font-extrabold
text-base
"
aria-hidden
=
"true"
>
→
</
span
>
</
a
>
</
div
>
</
div
>
...
...
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