Skip to content

Commit 7033d46

Browse files
committed
vercel oss
1 parent b039a53 commit 7033d46

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
[![Security Scan](https://img.shields.io/badge/security-A%2B-green.svg)](https://github.com/databuddy-analytics/Databuddy/actions/workflows/security.yml)
1616
[![Dependency Status](https://img.shields.io/badge/dependencies-up%20to%20date-green.svg)](https://github.com/databuddy-analytics/Databuddy/actions/workflows/dependencies.yml)
1717

18+
[<img alt="Vercel OSS Program" src="https://vercel.com/oss/program-badge.svg" />](https://vercel.com/oss)
19+
1820
[![Discord](https://img.shields.io/discord/123456789?label=Discord&logo=discord)](https://discord.gg/JTk7a38tCZ)
1921
[![GitHub Stars](https://img.shields.io/github/stars/databuddy-analytics/Databuddy?style=social)](https://github.com/databuddy-analytics/Databuddy/stargazers)
2022
[![Twitter](https://img.shields.io/twitter/follow/trydatabuddy?style=social)](https://twitter.com/trydatabuddy)

apps/dashboard/app/(main)/websites/[id]/_components/analytics-toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export function AnalyticsToolbar({
113113
);
114114

115115
return (
116-
<div className="flex h-22 flex-col border-b bg-card">
116+
<div className="flex h-22 flex-col border-b bg-background">
117117
<div className="flex h-12 items-center justify-between border-border border-b pr-4">
118118
<div className="flex h-full items-center">
119119
<Button

apps/dashboard/app/(main)/websites/[id]/_components/filters-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export function FiltersSection() {
226226
}
227227

228228
return (
229-
<div className="slide-in-from-top-2 animate-in overflow-hidden border-b bg-card duration-300">
229+
<div className="slide-in-from-top-2 animate-in overflow-hidden border-b bg-background duration-300">
230230
{editingFilter && (
231231
<div className="border-amber-200/50 border-b bg-linear-to-r from-amber-50/80 to-amber-50/40 px-2 py-2 text-amber-900 text-xs sm:px-4 sm:py-3 sm:text-sm">
232232
<div className="flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-0">

0 commit comments

Comments
 (0)