Add Codeberg in rezoList
This commit is contained in:
@@ -61,6 +61,7 @@ NEXT_PUBLIC_GADE_USERNAME=
|
|||||||
NEXT_PUBLIC_YOUTUBE_USERNAME=
|
NEXT_PUBLIC_YOUTUBE_USERNAME=
|
||||||
NEXT_PUBLIC_TELEGRAM_GROUP=
|
NEXT_PUBLIC_TELEGRAM_GROUP=
|
||||||
NEXT_PUBLIC_XMPP=
|
NEXT_PUBLIC_XMPP=
|
||||||
|
NEXT_PUBLIC_CODEBERG=
|
||||||
|
|
||||||
# DOMAIN IMAGE
|
# DOMAIN IMAGE
|
||||||
NEXT_PUBLIC_DOMAINS_IMAGE="localhost:1337 strapi.mondomaine.com"
|
NEXT_PUBLIC_DOMAINS_IMAGE="localhost:1337 strapi.mondomaine.com"
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
import {SvgIcon} from '@mui/material'
|
||||||
|
|
||||||
|
export default function CodebergIcon(props) {
|
||||||
|
return (
|
||||||
|
<SvgIcon {...props}>
|
||||||
|
<path d='M11.955.49A12 12 0 0 0 0 12.49a12 12 0 0 0 1.832 6.373L11.838 5.928a.187.14 0 0 1 .324 0l10.006 12.935A12 12 0 0 0 24 12.49a12 12 0 0 0-12-12 12 12 0 0 0-.045 0zm.375 6.467l4.416 16.553a12 12 0 0 0 5.137-4.213z' /> </SvgIcon>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -5,7 +5,9 @@ import SquareRoundedIcon from '@mui/icons-material/SquareRounded'
|
|||||||
import PeertubeIcon from './icons/peertube'
|
import PeertubeIcon from './icons/peertube'
|
||||||
import XmppIcon from './icons/xmpp'
|
import XmppIcon from './icons/xmpp'
|
||||||
import XIcon from './icons/x'
|
import XIcon from './icons/x'
|
||||||
|
import CodebergIcon from './icons/codeberg'
|
||||||
|
|
||||||
|
const codebergURL = process.env.NEXT_PUBLIC_CODEBERG || 'https://codeberg.org/OKI'
|
||||||
const blueskyUrl = process.env.NEXT_PUBLIC_BLUESKY_URL || 'https://bsky.app/profile/organisationka.bsky.social'
|
const blueskyUrl = process.env.NEXT_PUBLIC_BLUESKY_URL || 'https://bsky.app/profile/organisationka.bsky.social'
|
||||||
const xmppContact = process.env.NEXT_PUBLIC_XMPP || 'oki@xmpp.cz'
|
const xmppContact = process.env.NEXT_PUBLIC_XMPP || 'oki@xmpp.cz'
|
||||||
const gadeUsername = process.env.NEXT_PUBLIC_GADE_USERNAME || 'oki'
|
const gadeUsername = process.env.NEXT_PUBLIC_GADE_USERNAME || 'oki'
|
||||||
@@ -14,6 +16,11 @@ const tiwtterUsername = process.env.NEXT_PUBLIC_TWITTER_USERNAME || 'Organisatio
|
|||||||
const telegramGroup = process.env.NEXT_PUBLIC_TELEGRAM_GROUP || 'OrganisationKA'
|
const telegramGroup = process.env.NEXT_PUBLIC_TELEGRAM_GROUP || 'OrganisationKA'
|
||||||
|
|
||||||
export const rezoLis = [
|
export const rezoLis = [
|
||||||
|
{
|
||||||
|
tit: 'Codeberg',
|
||||||
|
lyen: codebergURL,
|
||||||
|
icon: <CodebergIcon />
|
||||||
|
},
|
||||||
{
|
{
|
||||||
tit: 'Bluesky',
|
tit: 'Bluesky',
|
||||||
lyen: blueskyUrl,
|
lyen: blueskyUrl,
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Codeberg</title><path d="M11.955.49A12 12 0 0 0 0 12.49a12 12 0 0 0 1.832 6.373L11.838 5.928a.187.14 0 0 1 .324 0l10.006 12.935A12 12 0 0 0 24 12.49a12 12 0 0 0-12-12 12 12 0 0 0-.045 0zm.375 6.467l4.416 16.553a12 12 0 0 0 5.137-4.213z"/></svg>
|
||||||
|
After Width: | Height: | Size: 322 B |
Reference in New Issue
Block a user