Skip to content

Commit

Permalink
new time format and markdown styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Oct 29, 2024
1 parent 62ce99e commit 61ce423
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions devcon-app/src/assets/css/global/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
// padding-top: 1em;
}

h3 {
@include fonts-highlighted;
margin-bottom: 0.5em;
}
// h3 {
// @include fonts-highlighted;
// margin-bottom: 0.5em;
// }

p {
// @include fonts-md-fixed;
Expand Down
2 changes: 1 addition & 1 deletion lib/components/ai/overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ const DevaBot = ({
<Markdown className={cn("markdown")}>
{
message.text.split(
"System: The current date is:"
"System: The current date and time is:"
)[0]
}
</Markdown>
Expand Down

0 comments on commit 61ce423

Please sign in to comment.