Skip to content

Commit 551ece7

Browse files
Allen Haikodiakhq[bot]
Allen Hai
andauthored
Update nprogress styles and Ruby section (#1709)
* remove link to advanced ruby section * update nprogress styles to match front Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 6daaa7e commit 551ece7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

components/references-mdx/runtimes/official-runtimes/official-runtimes.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,6 @@ gem "cowsay", "~> 0.3.0"
403403
<InlineCode>cowsay</InlineCode> as a dependency.
404404
</Caption>
405405

406-
For advanced usage, such as using a Rack Interface for your Ruby projects, see the [Advanced Ruby Usage section](#advanced-usage/advanced-ruby-usage).
407-
408406
### Ruby Version
409407

410408
New deployments use Ruby 2.7.x as the default version.

styles/nprogress.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ export default css.global`
1111
top: 0;
1212
left: 0;
1313
width: 100%;
14-
height: 2px;
15-
}
16-
17-
#nprogress .bar {
14+
height: 8px;
1815
background: var(--geist-foreground);
1916
}
2017

0 commit comments

Comments
 (0)