Skip to content
Open
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ licensed under the project's licence (Apache-2.0, see
## Getting started

```bash
git clone git@github.com:MostafaMoradii/eveys-console.git
cd eveys-console
git clone git@github.com:eveys-mobility/Console.git
cd Console
pnpm install
pnpm gen:api-types # regenerates gateway types from the
# vendored openapi.yaml
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eveys-console
# Console

[![CI](https://github.com/MostafaMoradii/eveys-console/actions/workflows/ci.yml/badge.svg)](https://github.com/MostafaMoradii/eveys-console/actions/workflows/ci.yml)
[![CI](https://github.com/eveys-mobility/Console/actions/workflows/ci.yml/badge.svg)](https://github.com/eveys-mobility/Console/actions/workflows/ci.yml)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE)

System-administration console for the OCPP gateway. Sign-in protected,
Expand Down
4 changes: 1 addition & 3 deletions apps/web/src/components/AppShell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,7 @@ function NavItem({ to, label, icon, active }: NavItemProps) {
// the workflow nav above. Icon-only gear — Configuration is a
// secondary surface; the sidebar nav stays focused on operator
// workflows above the bar.
// Where the "What's new" link points. Hardcoded for now; if/when the
// repo moves under the eveys-mobility org this constant updates.
const RELEASES_URL = 'https://github.com/MostafaMoradii/eveys-console/releases';
const RELEASES_URL = 'https://github.com/eveys-mobility/Console/releases';

function SidebarFooter({ path }: { path: string }) {
const configActive = path.startsWith('/sys/config');
Expand Down
Loading