Skip to content

Commit

Permalink
Merge pull request #31 from tnamdevnote/chore/clean-up
Browse files Browse the repository at this point in the history
Chore/clean up
  • Loading branch information
tnamdevnote committed May 29, 2024
2 parents 0cda942 + 677335e commit 4467fc0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: "UI Tests"

on:
pull_request:
branches:
- dev
branches: [dev]

jobs:
# Install and cache npm dependencies
Expand Down
2 changes: 1 addition & 1 deletion .storybook/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const theme = create({
// Brand assets
brandTitle: "NomadHair",
// TODO: Replace with real url.
brandUrl: "https://nomadhair-79e6c.web.app/",
brandUrl: "https://nomadhair.co/",
brandImage:
"https://res.cloudinary.com/dtsdpcbcv/image/upload/v1712891768/logo-light-lg_pmi0xn.svg",
brandTarget: "_self",
Expand Down
1 change: 0 additions & 1 deletion app/(main)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default function Home() {
<HeroSection />
<AboutSection />
<FeatureSection />
{/* <TestimonialSection /> */}
</>
);
}
2 changes: 1 addition & 1 deletion components/organisms/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function Footer() {
return (
<footer role="contentinfo" className="flex justify-center bg-primary-100">
<Container className="flex min-h-[300px] flex-col justify-center gap-4">
<Logo mode="dark" className="h-4 w-fit md:h-7" />
<Logo mode="dark" className="h-4 self-start md:h-7" />
<h2 className="text-sm text-white md:text-base">
Have any questions? Feel free to reach out
</h2>
Expand Down

0 comments on commit 4467fc0

Please sign in to comment.