Skip to content

Commit

Permalink
chore(design): update color and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
anymaniax committed May 20, 2021
1 parent 1a495d0 commit ecfe440
Show file tree
Hide file tree
Showing 36 changed files with 705 additions and 118 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="./logo/orval-logo-horizontal.png?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" />
<img src="./logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" />
</p>
<h1 align="center">
Visit <a href="https://orval.dev" target="_blank">orval.dev</a> for docs, guides, API and beer!
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="../logo/orval-logo-horizontal.png?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" />
<img src="../logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" />
</p>

This is source code to orval.dev. It is forked from the [Formik](https://formik.org) docs and is built with:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/Nav.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Link from 'next/link';
import * as React from 'react';
import { siteConfig } from 'siteConfig';
import logoSrc from '../images/orval-logo-horizontal.png';
import logoSrc from '../images/orval-logo-horizontal.svg';
import { Search } from './Search';

export const Nav = () => (
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/Seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import Head from 'next/head';
import { withRouter } from 'next/router';
import React from 'react';

const ogImage = require('images/orval-logo-horizontal.png?url');
const favicon = require('images/favicon.png?url');
const ogImage = require('images/orval-logo-horizontal.svg?url');
const favicon = require('images/favicon.svg?url');

export const Seo = withRouter(
({ title, description, image = ogImage, router, children }) => (
Expand Down
Binary file removed docs/src/images/emblem.png
Binary file not shown.
62 changes: 62 additions & 0 deletions docs/src/images/emblem.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/src/images/favicon.png
Binary file not shown.
Loading

0 comments on commit ecfe440

Please sign in to comment.