diff --git a/LICENSE.md b/LICENSE.md index b1393f0..049f0ed 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2024 pacta-dashboard-svelte authors +Copyright (c) 2024 pacta-dashboard-ui authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4e9c6b8..62c6659 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# pacta-dashboard-svelte +# pacta-dashboard-ui -[![ci](https://github.com/RMI-PACTA/pacta-dashboard-svelte/actions/workflows/ci.yml/badge.svg)](https://github.com/RMI-PACTA/pacta-dashboard-svelte/actions/workflows/ci.yml) -[![docker build](https://github.com/RMI-PACTA/pacta-dashboard-svelte/actions/workflows/docker.yml/badge.svg)](https://github.com/RMI-PACTA/pacta-dashboard-svelte/actions/workflows/docker.yml) -[![version](https://img.shields.io/github/package-json/v/rmi-pacta/pacta-dashboard-svelte)](https://github.com/RMI-PACTA/pacta-dashboard-svelte) -[![license](https://img.shields.io/github/license/rmi-pacta/pacta-dashboard-svelte)](https://github.com/RMI-PACTA/pacta-dashboard-svelte/blob/main/LICENSE.md) +[![ci](https://github.com/RMI-PACTA/pacta-dashboard-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/RMI-PACTA/pacta-dashboard-ui/actions/workflows/ci.yml) +[![docker build](https://github.com/RMI-PACTA/pacta-dashboard-ui/actions/workflows/docker.yml/badge.svg)](https://github.com/RMI-PACTA/pacta-dashboard-ui/actions/workflows/docker.yml) +[![version](https://img.shields.io/github/package-json/v/rmi-pacta/pacta-dashboard-ui)](https://github.com/RMI-PACTA/pacta-dashboard-ui) +[![license](https://img.shields.io/github/license/rmi-pacta/pacta-dashboard-ui)](https://github.com/RMI-PACTA/pacta-dashboard-ui/blob/main/LICENSE.md) This Svelte project builds a static site that contains the PACTA dashboard front-end. The project utilizes Svelte, SvelteKit, Vite, TypeScript, Tailwind, and Skeleton UI to deliver a modern and responsive dashboard for the PACTA project. diff --git a/package-lock.json b/package-lock.json index 65a92c4..8d48876 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "pacta-dashboard-svelte", + "name": "pacta-dashboard-ui", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "pacta-dashboard-svelte", + "name": "pacta-dashboard-ui", "version": "0.0.1", "dependencies": { "@floating-ui/dom": "^1.6.7", diff --git a/package.json b/package.json index 3e8c37b..0435eab 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "pacta-dashboard-svelte", + "name": "pacta-dashboard-ui", "version": "0.0.1", "contributors": [ { diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index e7ed388..9a67e49 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -62,7 +62,7 @@