Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>
<div align="center">
<a href="https://github.com/rush-studio/augustui/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/rush-studio/augustui"></a>
<a href="https://twitter.com/rush_studio"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/rush_studio"></a>
<a href="https://twitter.com/_rushstudio"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/_rushstudio"></a>
<a href="https://github.com/rush-studio/augustui/blob/main/LICENSE.md"><img alt="License" src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>

</div>
Expand All @@ -19,8 +19,8 @@ Visit our [contributing guide](https://github.com/rush-studio/augustui/blob/main

## Authors

<a href="https://github.com/rush-studio/augustui/graphs/contributors">
<img src="https://contrib.rocks/image?repo=rush-studio/augustui" />
<a href="https://github.com/Rush-Studio/augustui/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Rush-Studio/augustui" />
</a>

## License
Expand Down
2 changes: 1 addition & 1 deletion app/(marketing)/showcase/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function generateMetadata(): Promise<Metadata> {

export default function Page() {
return (
<article className="container mx-auto min-h-[calc(100vh-153px)] max-w-[120ch] py-14">
<article className="container mx-auto min-h-[calc(100vh-177px)] max-w-[120ch] py-14">
<h2
className={cn(
"mb-2 text-center text-5xl font-bold leading-[1.2] tracking-tighter text-foreground",
Expand Down
3 changes: 2 additions & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { MobileNav } from "./MobileNav";
import GithubButton from "./github-button";
import { docsConfig } from "@/config/docs";
import NavbarLink from "./navbar-link";
import AugustUI from "./icons/AugustUI";

export function Navbar() {
return (
Expand All @@ -21,7 +22,7 @@ export function Navbar() {
<div className="flex h-full items-center justify-between">
<div className="flex w-full justify-between gap-10">
<Link href="/" className="group hidden items-center gap-2 md:flex">
<div className="flex size-[22px] items-center justify-center rounded-md bg-[#E84E36] transition-transform group-hover:scale-110"></div>
<AugustUI className="size-6" />
<span
className={cn(
josefinSans.className,
Expand Down
4 changes: 2 additions & 2 deletions components/contribute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function Contribute({ doc }: { doc: Doc }) {
text: "Report an issue",
icon: BugIcon,
href: getGitHubIssueUrl({
owner: "augustui",
owner: "Rush-Studio",
repo: "augustui",
title: `[bug]: ${doc.slug}`,
labels: ["bug", "documentation"],
Expand All @@ -21,7 +21,7 @@ export function Contribute({ doc }: { doc: Doc }) {
text: "Request a feature",
icon: LightbulbIcon,
href: getGitHubIssueUrl({
owner: "augustui",
owner: "Rush-Studio",
repo: "augustui",
title: `[feat]: ${doc.slug}`,
labels: ["enhancement"],
Expand Down
16 changes: 16 additions & 0 deletions components/icons/AugustUI.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import { cn } from "@/lib/utils";

export default function AugustUI({ className }: { className?: string }) {
return (
<svg
width="54"
height="54"
viewBox="0 0 54 54"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className={className}
>
<rect width="54" height="54" rx="16" fill="#E84E36" />
</svg>
);
}
2 changes: 1 addition & 1 deletion content/docs/templates/portfolio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ published: true
/>
<div className="flex w-full flex-col gap-2 sm:flex-row">
<RepoDownload
url="https://codeload.github.com/Rush-Studio/augustui-portfolio-template/zip/refs/heads/main"
url="https://codeload.github.com/Rush-Studio/augustui-portfolio-template/zip/main"
free
/>
<TemplatePreview href="https://augustui-portfolio-template.vercel.app/">
Expand Down
8 changes: 4 additions & 4 deletions content/docs/templates/waitlist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ published: true
</div>
<div className="flex w-full flex-col gap-2 sm:flex-row">
<RepoDownload
url="https://codeload.github.com/Rush-Studio/augustui-waitlist-template/zip/refs/heads/main/waitlist-full-screen"
url="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/Rush-Studio/augustui-waitlist-template/tree/main/waitlist-full-screen"
free
/>
<TemplatePreview href="https://wishlist-fullscreen.vercel.app/">
<TemplatePreview href="https://waitlist-fullscreen.vercel.app/">
Live Preview{" "}
</TemplatePreview>
</div>
Expand All @@ -38,10 +38,10 @@ published: true
</div>
<div className="flex w-full flex-col gap-2 sm:flex-row">
<RepoDownload
url="https://codeload.github.com/Rush-Studio/augustui-waitlist-template/zip/refs/heads/main/waitlist-half-screen"
url="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/Rush-Studio/augustui-waitlist-template/tree/main/waitlist-half-screen"
free
/>
<TemplatePreview href="https://wishlist-halfscreen.vercel.app/">
<TemplatePreview href="https://waitlist-halfscreen.vercel.app/">
Live Preview{" "}
</TemplatePreview>
</div>
Expand Down
Binary file modified public/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/favicon.ico
Binary file not shown.
15 changes: 3 additions & 12 deletions public/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.