Skip to content

Commit

Permalink
chore: add licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Jun 9, 2024
1 parent 9b164db commit e1113a1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/App/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 @polkadot-cloud/landing authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { useState } from 'react'
import { AppWrapper } from '../Wrappers'
import logo from 'svg/cloud.svg'
Expand Down
4 changes: 3 additions & 1 deletion src/Wrappers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import styled from "styled-components";
// Copyright 2024 @polkadot-cloud/landing authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import styled from "styled-components";

export const AppWrapper = styled.div`
max-width: 1280px;
Expand Down
3 changes: 3 additions & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 @polkadot-cloud/landing authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App/index.tsx'
Expand Down
5 changes: 4 additions & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
:root {
/* Copyright 2024 @polkadot-cloud/landing authors & contributors
SPDX-License-Identifier: GPL-3.0-only */

:root {
--gradient-background: linear-gradient(
180deg,
#fafafa 0%,
Expand Down
3 changes: 3 additions & 0 deletions src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
// Copyright 2024 @polkadot-cloud/landing authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

/// <reference types="vite/client" />

0 comments on commit e1113a1

Please sign in to comment.