aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/sections/authorizedLinks.ts
blob: 24d0b7720f3d6ae215ce358604c46c2d234a61e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * SPDX-FileCopyrightText: 2024 Kristóf Marussy
 *
 * SPDX-License-Identifier: MIT
 */

// Placeholder for third-party links generated by the ACM Author-Izer Service.
const authorizedLinks: Partial<Record<string, string>> = {};

export default authorizedLinks;