Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Feature/donate page #24

Closed
wants to merge 11 commits into from
2 changes: 1 addition & 1 deletion components/DonatePage/DonateModalUsername/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import React, { useContext, useState } from 'react';
import { ChromaButton, typesList } from '../../BaseComponents/ChromaButton';
import DonateAlert from '../DonateAlert';
import InnerChildHTML from '../../BaseComponents/InnerChildHtml';
import InnerChildHTML from '../../BaseComponents/InnerChildHTML';

import * as gtag from '../../../lib/gtag';
import Axios from 'axios';
Expand Down