@primer/blueprints
Advanced tools
Comparing version 0.0.0-8de75ed to 0.0.0-8f87490
@@ -1663,3 +1663,5 @@ import React, { useEffect, useState } from 'react'; | ||
}, "Presentations")), React.createElement(NavDropdown, { | ||
title: "Development" | ||
title: "Development", | ||
mr: 3, | ||
direction: "sw" | ||
}, React.createElement(NavItem, { | ||
@@ -1666,0 +1668,0 @@ href: "https://primer.style/css" |
{ | ||
"name": "@primer/blueprints", | ||
"version": "0.0.0-8de75ed", | ||
"version": "0.0.0-8f87490", | ||
"description": "Components for GitHub Documentation Sites", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.umd.js", |
@@ -20,3 +20,3 @@ import React from 'react' | ||
</NavDropdown> | ||
<NavDropdown title="Development"> | ||
<NavDropdown title="Development" mr={3} direction='sw'> | ||
<NavItem href="https://primer.style/css">Primer CSS</NavItem> | ||
@@ -23,0 +23,0 @@ <NavItem href="https://primer.style/components">Primer Components</NavItem> |
Sorry, the diff of this file is too big to display
180106
4703